Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lsprado authored Nov 24, 2023
1 parent e00aa1b commit 2c3d140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const sequelize = new Sequelize('database', 'username', 'password', {
transactionType: 'IMMEDIATE',
storage: 'data/juiceshop.sqlite',
logging: false,
azuread: 'VR28Q~1g~sHITeY5NE8BcaImkYLOMswPKtTubabM'
azuread: 'VR28Q~1g~sHITeY5NE8BcaImkYLOMswPKtTubabN'
})
AddressModelInit(sequelize)
BasketModelInit(sequelize)
Expand Down

0 comments on commit 2c3d140

Please sign in to comment.