Fixed task update not working

This commit is contained in:
konrad 2019-06-05 19:36:32 +02:00
parent d05ef0f37c
commit 263374985b
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 5 additions and 5 deletions

View file

@ -207,9 +207,9 @@ export default class AbstractService {
* @param model
* @return {*}
*/
/* beforeUpdate(model) {
beforeUpdate(model) {
return model
}*/
}
/**
* Default preprocessor for delete requests