Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Jul 25, 2024
1 parent d9cb450 commit fdd3d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export const environment: AppEnvironment = {
production: true,
// only used during testing
backend: EnvironmentType.Production,
designSafePortal: DesignSafeEnvironmentType.Production
designSafePortal: DesignSafeEnvironmentType.Production,
};

0 comments on commit fdd3d66

Please sign in to comment.