Skip to content

Commit

Permalink
Update Popup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erenfn authored Jan 24, 2025
1 parent d071a22 commit 456b5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/models/Popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module.exports = (sequelize, DataTypes) => {
},
},
{
tableName: 'popup',
tableName: 'popups',
timestamps: false,
}
);
Expand Down

0 comments on commit 456b5f7

Please sign in to comment.