Commit f8201f25 authored by Tristan Cavelier's avatar Tristan Cavelier

add notifications to gid storage repair

parent 6dbd0d97
...@@ -619,7 +619,7 @@ ...@@ -619,7 +619,7 @@
return command.success(); return command.success();
} }
return sub_storage[action]({"_id": response.rows[0].id}, options); return sub_storage[action]({"_id": response.rows[0].id}, options);
}).then(command.success, command.error); }).then(command.success, command.error, command.notify);
}; };
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment