mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01:00
feat: update all language keys to use - instead of _ (#12059)
* feat: update all language keys to use - instead of _ * refactor: update language keys
This commit is contained in:
committed by
GitHub
parent
fb5b8e49fe
commit
844cb91beb
@@ -98,7 +98,7 @@ exports.postCommand = async function (caller, command, eventName, notification,
|
||||
}
|
||||
|
||||
if (!data.room_id) {
|
||||
throw new Error(`[[error:invalid-room-id, ${data.room_id} ]]`);
|
||||
throw new Error(`[[error:invalid-room-id, ${data.room_id}]]`);
|
||||
}
|
||||
const [exists, deleted] = await Promise.all([
|
||||
posts.exists(data.pid),
|
||||
|
||||
Reference in New Issue
Block a user