mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Remove unnecessary break statement added by linter (#829)
This commit is contained in:
parent
63b26d9a87
commit
bea3c7a677
1 changed files with 1 additions and 1 deletions
|
|
@ -99,8 +99,8 @@ export function resolveReferences(object, state, defaultValue, customObjects = {
|
|||
if (withError) return [object, error];
|
||||
return object;
|
||||
}
|
||||
break;
|
||||
}
|
||||
// eslint-disable-next-line no-fallthrough
|
||||
default: {
|
||||
if (withError) return [object, error];
|
||||
return object;
|
||||
|
|
|
|||
Loading…
Reference in a new issue