SpellCheck was wrong success instead of sucess.

This commit is contained in:
elweyn 2021-09-16 11:13:30 +02:00
parent a73a32e733
commit cd6af30258

View File

@ -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()