Skip to content

Commit

Permalink
fix(db): fixed spelling error for the sentence model (sentance => sen…
Browse files Browse the repository at this point in the history
…tence)
  • Loading branch information
Ali-Aftab committed Apr 4, 2021
1 parent 0f933ce commit 88f766c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/db/models/sentenceTone.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const Sequelize = require("sequelize");
const db = require("../db");

const SentenceTone = db.define("sentanceTone", {
const SentenceTone = db.define("sentenceTone", {
message: {
type: Sequelize.TEXT,
},
Expand Down

0 comments on commit 88f766c

Please sign in to comment.