Skip to content

Commit

Permalink
Fixup filter-has-id
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Thakker authored and jfirebaugh committed Jan 2, 2018
1 parent 0b76541 commit 9dd636b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style-spec/expression/definitions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ CompoundExpression.register(expressions, {
],
'filter-has-id': [
BooleanType,
[ValueType],
[],
(ctx) => ctx.id() !== null
],
'filter-type-in': [
Expand Down

0 comments on commit 9dd636b

Please sign in to comment.