Skip to content

Commit cd0326e

Browse files
committed
fix typo
1 parent c325e44 commit cd0326e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = async function nuxtPWA (moduleOptions) {
33

44
// Shared options context
55
this.options.pwa = { ...(this.options.pwa || {}), ...(moduleOptions || {}) }
6-
const { pwa } = this.options.pwa
6+
const { pwa } = this.options
77

88
// Normalize options
99
for (const name of modules) {

0 commit comments

Comments
 (0)