fix: incorrect error name for 1017 (#2331)

Fixed a copy and paste mistake

***NO_CI***
This commit is contained in:
moonkey124 2020-08-30 03:25:22 +02:00 committed by GitHub
parent 7f3ba90192
commit a7ddafd4aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,7 +229,7 @@ module.exports = {
message: 'An unexpected error occured during user creation.',
code: 1009
}),
UserDeleteForeignConstraint: CustomError('UserCreationFailed', {
UserDeleteForeignConstraint: CustomError('UserDeleteForeignConstraint', {
message: 'Cannot delete user because of content relational constraints.',
code: 1017
}),