Skip to content

Commit 9520f80

Browse files
author
Pavlo Kulyk
committed
add missing space
1 parent ff63b6c commit 9520f80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adminforth/modules/configValidator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ export default class ConfigValidator implements IConfigValidator {
618618
errors.push(`Resource "${res.resourceId}" column "${col.name}" isArray is enabled but suggestOnCreate is not an array`);
619619
}
620620
}
621+
621622
if (col.foreignResource) {
622623
if (col.foreignResource.onDelete && (col.foreignResource.onDelete !== 'cascade' && col.foreignResource.onDelete !== 'setNull')){
623624
errors.push (`Wrong delete strategy you can use 'setNull' or 'cascade'`);

0 commit comments

Comments
 (0)