Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 600bec3

Browse files
author
Hans Kristian Flaatten
committed
Fix missing custom after query
1 parent 391b0ab commit 600bec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.litcoffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
switch param
99
when 'bbox' then @custom.bbox = @customBBOX field
1010
when 'near' then @custom.near = @customNear field
11-
when 'after' then @custom.near = @customNear field
11+
when 'after' then @custom.after = @customAfter field
1212
1313
return @
1414

0 commit comments

Comments
 (0)