Skip to content

Commit

Permalink
Remove vscode settings from git and update DataMode(s) to their caps …
Browse files Browse the repository at this point in the history
…versions
  • Loading branch information
henrymingwu committed Dec 4, 2023
1 parent cf41e2c commit d5a33b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .vscode/settings.json

This file was deleted.

4 changes: 2 additions & 2 deletions src/widgets/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export interface ISlackWidget {
}

export enum SlackWidgetDataMode {
PER_INSTALLER = "per_installer",
PER_USER = "per_user",
PER_INSTALLER = "PER_INSTALLER",
PER_USER = "PER_USER",
}

export type SlackWidgetDefinition<Definition> = Definition extends
Expand Down

0 comments on commit d5a33b3

Please sign in to comment.