fixed some old TODOs
This commit is contained in:
parent
ac87fdff97
commit
6cc12528b3
9 changed files with 15 additions and 8 deletions
|
@ -58,7 +58,6 @@ export default function(state, emitter) {
|
|||
emitter.on('changeLimit', async ({ file, value }) => {
|
||||
const ok = await file.changeLimit(value, state.user);
|
||||
if (!ok) {
|
||||
// TODO
|
||||
return;
|
||||
}
|
||||
state.storage.writeFile(file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue