aboutsummaryrefslogtreecommitdiff
path: root/bot/src/models
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/models')
-rw-r--r--bot/src/models/quote.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/models/quote.js b/bot/src/models/quote.js
index 25c8f01..9d0ad00 100644
--- a/bot/src/models/quote.js
+++ b/bot/src/models/quote.js
@@ -28,7 +28,7 @@ export const quote = sequelize.define('quotes', {
allowNull: false
}
-})
+});
export const pendingQuote = sequelize.define('pending-quotes', {
id: {