Solved a bug where the speaking and interactive speaking were not being correctly evaluated
This commit is contained in:
@@ -40,6 +40,7 @@ async function handler(req: NextApiRequest, res: NextApiResponse) {
|
||||
total: 100,
|
||||
missing: 0,
|
||||
},
|
||||
isDisabled: false,
|
||||
},
|
||||
{merge: true},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user