Skip to content

Commit

Permalink
fix: THEME variable should be string
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi authored and jometzner committed Aug 23, 2021
1 parent 64c0e1d commit fc519bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ declare var NGRX_RUNTIME_CHECKS: boolean;

declare var PWA_VERSION: string;

declare var THEME: boolean;
declare var THEME: string;

0 comments on commit fc519bc

Please sign in to comment.