Skip to content

Commit 64ddbfd

Browse files
committed
fixup
1 parent 74424d2 commit 64ddbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/source/geojson_source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class GeoJSONSource extends Evented<SourceEvents> implements ISource {
289289
* "Another Island"
290290
* ]);
291291
*/
292-
setFilter(filter: ?FilterSpecification): this {
292+
setFilter(filter?: FilterSpecification): this {
293293
this.workerOptions = extend({filter}, this.workerOptions);
294294
this._updateWorkerData();
295295
return this;

0 commit comments

Comments
 (0)