Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Fix Sequqlize MSSQL client reference (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Apr 19, 2017
1 parent a30cb8c commit 4ff27ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/connection/templates/sequelize-mssql.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = function () {

const oldSetup = app.setup;

app.set('mssqlClient', sequelize);
app.set('sequelizeClient', sequelize);

app.setup = function (...args) {
const result = oldSetup.apply(this, args);
Expand Down

0 comments on commit 4ff27ba

Please sign in to comment.