Skip to content

Commit a4bbbe0

Browse files
committed
Change number of fetching data unit from Zen: 10 -> 100
1 parent f1e8b29 commit a4bbbe0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

get_data_from_earth.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@
2424
) {
2525
clubs(
2626
after: $after,
27-
first: 10,
27+
first: 100,
2828
filterBy: {
2929
# No need to filter to fetch all dojo data on earth.
3030
# countryCode: $countryCode,
31+
#
32+
# For DEBUG add this "JP" filter
33+
#countryCode: "JP",
3134
brand: CODERDOJO,
3235
verified: true
3336
}

0 commit comments

Comments
 (0)