We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788c5b9 commit daf0f80Copy full SHA for daf0f80
src/network.js
@@ -298,6 +298,7 @@ module.exports = class NetworkWrapper {
298
}
299
300
editSocketFilters (type, event) {
301
+ if (event.indexOf('**') === 0) throw new Error('You need to provide a bucket public id.')
302
event = event.split(':')
303
const bucketPublicId = event[0]
304
const filter = event.slice(2).join(':')
0 commit comments