downgrade an 'XXX' note to a 'TODO'

This commit is contained in:
ansuz 2020-03-10 09:18:36 -04:00
parent b9a07ca650
commit 11369e553d
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ define([
});
onError = function (e) {
// XXX if we included the max upload sizes in /api/config
// TODO if we included the max upload sizes in /api/config
// then we could check if a file is too large without going to the server...
queue.inProgress = false;
queue.next();