Skip to content

Commit

Permalink
remove any cast
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Oct 18, 2024
1 parent b224ed6 commit 2d98b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stable/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ declare global {
// are using as any for now
globalThis._azleInsideCanister =
globalThis._azleIcStable === undefined &&
(globalThis as any)._azleIcExperimental === undefined
globalThis._azleIcExperimental === undefined
? false
: true;

Expand Down

0 comments on commit 2d98b2a

Please sign in to comment.