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