From 085f36078ae99c239052a6227596e35dc5978207 Mon Sep 17 00:00:00 2001 From: silverpro89 Date: Tue, 24 Feb 2026 16:59:17 +0700 Subject: [PATCH] update vocab --- controllers/vocabController.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/controllers/vocabController.js b/controllers/vocabController.js index 5fd3274..d6dd944 100644 --- a/controllers/vocabController.js +++ b/controllers/vocabController.js @@ -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,