Skip to content

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Apr 13, 2021
1 parent 71e3955 commit f5f18f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

export interface PostIngestSetupResponse {
isInitialized: boolean;
preconfigurationError: { name: string; message: string } | undefined;
preconfigurationError?: { name: string; message: string };
}

0 comments on commit f5f18f7

Please sign in to comment.