update vocab
All checks were successful
Deploy to Production / deploy (push) Successful in 20s

This commit is contained in:
silverpro89
2026-02-24 16:59:17 +07:00
parent 65820bb938
commit 085f36078a

View File

@@ -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,