don't need this getBadWords()
This commit is contained in:
parent
2a58932e05
commit
57a4200c6d
|
@ -12,9 +12,3 @@ export const db = Knex({
|
|||
.select("word")
|
||||
.from("dictionary")
|
||||
}
|
||||
|
||||
export const getBadWords = async (db) => {
|
||||
return db
|
||||
.select("word")
|
||||
.from("bad_words")
|
||||
}
|
Loading…
Reference in New Issue