Skip to content

Commit b3310b0

Browse files
author
Guillaume Chau
committed
fix: $subReady doesn't need to be configurable
1 parent ba577d0 commit b3310b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default {
6363
Object.defineProperty(this, '$subReady', {
6464
get: () => this.$data.$meteor.subs,
6565
enumerable: true,
66-
configurable: true,
66+
configurable: false,
6767
})
6868
proxyData.call(this)
6969
}

0 commit comments

Comments
 (0)