Skip to content

Commit

Permalink
remove redundant prop
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb authored Dec 13, 2024
1 parent bd9d7cf commit 1feee68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/IAppConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export type StudyView = {
};

export interface IServerConfig {
show_donate_button: any;
app_name: string | null;
app_version: string | null; // default: "1.0"
authenticationMethod: string | undefined;
Expand Down

0 comments on commit 1feee68

Please sign in to comment.