Skip to content

Commit

Permalink
fix(core/config): Fix typing for githubStatus notification type
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Oct 23, 2019
1 parent 4ae63f4 commit 727300d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/modules/core/src/config/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface INotificationSettings {
botName: string;
enabled: boolean;
};
githubstatus: {
githubStatus: {
enabled: boolean;
};
}
Expand Down

0 comments on commit 727300d

Please sign in to comment.