We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57804b commit e55101bCopy full SHA for e55101b
1 file changed
src/plugins/avatars.js
@@ -56,8 +56,8 @@ class Avatars {
56
});
57
}
58
59
- if (typeof this.store === 'object' && this.store != null &&
60
- typeof this.options.publicPath !== 'string') {
+ if (typeof this.store === 'object' && this.store != null
+ && typeof this.options.publicPath !== 'string') {
61
throw new TypeError('`publicPath` is not set, but it is required because `store` is set.');
62
63
0 commit comments