Skip to content

Commit

Permalink
chore: rename pwa in platform configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Oct 13, 2024
1 parent 571ee86 commit 85f45ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/utils/utils.platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export function getPlatform () {
storage: Platform.has.webStorage,
iframe: Platform.within.frame,
agent: Platform.userAgent,
isPwa: config.buildMode === 'pwa'
pwa: config.buildMode === 'pwa'
})
}

0 comments on commit 85f45ef

Please sign in to comment.