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