File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -375,11 +375,11 @@ class Sweepers {
375
375
* Sweep a direct sub property of all guilds
376
376
* @param {string } key The name of the property
377
377
* @param {Function } filter Filter function passed to sweep
378
- * @param {SweepEventOptions } [eventOptions] Options for the Client event emitted here
378
+ * @param {SweepEventOptions } [eventOptions={} ] Options for the Client event emitted here
379
379
* @returns {Object } Object containing the number of guilds swept and the number of items swept
380
380
* @private
381
381
*/
382
- _sweepGuildDirectProp ( key , filter , { emit = true , outputName } ) {
382
+ _sweepGuildDirectProp ( key , filter , { emit = true , outputName } = { } ) {
383
383
if ( typeof filter !== 'function' ) {
384
384
throw new TypeError ( 'INVALID_TYPE' , 'filter' , 'function' ) ;
385
385
}
You can’t perform that action at this time.
0 commit comments