Skip to content

Commit

Permalink
chore: fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Dec 12, 2022
1 parent dbc839b commit 3f3f6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/Interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export interface IWorkflowDb {
sharedWith?: Array<Partial<IUser>>;
ownedBy?: Partial<IUser>;
versionId: string;
usedCredentials?: Array<IUsedCredential>;
usedCredentials?: IUsedCredential[];
}

// Identical to cli.Interfaces.ts
Expand Down

0 comments on commit 3f3f6d5

Please sign in to comment.