Skip to content

Commit

Permalink
[front] Removed unused env (#10069)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier committed Jan 20, 2025
1 parent d2fdd61 commit e1fca50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions front/lib/api/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ const config = {
apiKey: EnvironmentConfig.getOptionalEnvVariable("OAUTH_API_KEY") ?? null,
};
},
getDustWorkspaceId: (): string => {
return EnvironmentConfig.getEnvVariable("DUST_WORKSPACE_ID");
},
getDustAppsWorkspaceId: (): string => {
return EnvironmentConfig.getEnvVariable("DUST_APPS_WORKSPACE_ID");
},
Expand Down

0 comments on commit e1fca50

Please sign in to comment.