We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c239779 commit 162cc84Copy full SHA for 162cc84
1 file changed
definitions/output/crawl/requests.js
@@ -49,7 +49,7 @@ FOR client_var IN (SELECT * FROM UNNEST(['desktop', 'mobile']) AS value) DO
49
WHERE date = '${constants.currentMonth}' AND
50
client = client_var.value AND
51
is_root_page = is_root_page_var.value AND
52
- (rank < 50000000) = rank_lt_50M_var.value;
+ (rank < 50000000) = rank_lt_50M_var.value;
53
54
-- Insert new entries
55
INSERT INTO ${ctx.self()}
0 commit comments