This commit is contained in:
@@ -64,7 +64,6 @@ exports.createVocab = async (req, res) => {
|
|||||||
text,
|
text,
|
||||||
ipa,
|
ipa,
|
||||||
base_word,
|
base_word,
|
||||||
form_key,
|
|
||||||
vi,
|
vi,
|
||||||
category,
|
category,
|
||||||
topic,
|
topic,
|
||||||
@@ -92,7 +91,6 @@ exports.createVocab = async (req, res) => {
|
|||||||
text,
|
text,
|
||||||
ipa: ipa || null,
|
ipa: ipa || null,
|
||||||
base_word,
|
base_word,
|
||||||
form_key: form_key || 'base',
|
|
||||||
vi: vi || '',
|
vi: vi || '',
|
||||||
category: category || null,
|
category: category || null,
|
||||||
topic: topic || null,
|
topic: topic || null,
|
||||||
|
|||||||
Reference in New Issue
Block a user