Edit UI sends editComment mutation, handles errors

This commit is contained in:
Benjamin Goering
2017-05-02 22:07:23 -05:00
parent aa18a433f8
commit b9a3466e2e
10 changed files with 95 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const STATUSES = [
'NONE',
];
const EDIT_WINDOW_MS = 5 * 60 * 60; // 5 minutes
const EDIT_WINDOW_MS = 5 * 60 * 1000; // 5 minutes
module.exports = class CommentsService {