Skip to content

Commit 1caf76d

Browse files
committed
dependency fix
1 parent ba2a36d commit 1caf76d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

definitions/declarations/httparchive.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ OPTIONS (
5151
job_type = 'QUERY')
5252
`)
5353

54-
operate('drop_reservation_assignment', {
55-
dependencies: ['requests_10k']
56-
})
54+
operate('drop_reservation_assignment')
55+
.dependencies(['requests_10k'])
5756
.tags(['crawl_complete'])
5857
.queries(ctx => `
5958
DROP ASSIGNMENT IF EXISTS

0 commit comments

Comments
 (0)