Skip to content

Commit

Permalink
Make message of VisLayerError required
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Apr 21, 2023
1 parent f4956c4 commit 2ae63b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/vis_augmenter/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export enum VisLayerErrorTypes {

export interface VisLayerError {
type: keyof typeof VisLayerErrorTypes;
message?: string;
message: string;
}

export type PluginResourceType = string;
Expand Down

0 comments on commit 2ae63b0

Please sign in to comment.