mirror of
https://github.com/apankrat/nullboard.git
synced 2025-01-16 20:28:19 +01:00
Fix typos found by eslint
This commit is contained in:
parent
486747d28e
commit
478d6af8f3
@ -1985,7 +1985,7 @@
|
||||
var meta = this.boardIndex.get(board_id);
|
||||
|
||||
if (! meta)
|
||||
throw `Invalid board_id in nukeBoard(${board.id})`;
|
||||
throw `Invalid board_id in nukeBoard(${board_id})`;
|
||||
|
||||
var title = meta.title + '';
|
||||
|
||||
@ -2038,7 +2038,7 @@
|
||||
var meta = this.boardIndex.get(board_id);
|
||||
|
||||
if (! meta)
|
||||
throw `Invalid board_id in setBoardRevision(${board_id}, ${revision})`;
|
||||
throw `Invalid board_id in setBoardUiSpot(${board_id}, ${ui_spot})`;
|
||||
|
||||
meta.ui_spot = ui_spot;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user