diff --git a/frontend/src/model/rest.js b/frontend/src/model/rest.js index b7ab07b7f..602d34c82 100644 --- a/frontend/src/model/rest.js +++ b/frontend/src/model/rest.js @@ -58,7 +58,7 @@ export class Rest extends Model { "Password": password ? password : "", "ShareExpires": expires ? expires : 0, "CanEdit": false, - "CanComment": false + "CanComment": false, }) .then((resp) => Promise.resolve(new Link(resp.data))); } @@ -95,7 +95,7 @@ export class Rest extends Model { } modelName() { - return this.constructor.getModelName() + return this.constructor.getModelName(); } static getCollectionResource() {