mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
SpellCheck was wrong success instead of sucess.
This commit is contained in:
parent
a73a32e733
commit
cd6af30258
@ -117,7 +117,7 @@ export class UserResolver {
|
|||||||
if (!result.success) {
|
if (!result.success) {
|
||||||
throw new Error(result.data)
|
throw new Error(result.data)
|
||||||
}
|
}
|
||||||
return 'sucess'
|
return 'success'
|
||||||
}
|
}
|
||||||
|
|
||||||
@Authorized()
|
@Authorized()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user