Skip to content

Commit

Permalink
fix referrer
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemumma committed Dec 11, 2024
1 parent 46f80c7 commit 1786c4e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions snuba/admin/static/rpc_endpoints/exampleRequestTemplates.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
1
],
"organization_id": 1,
"cogs_category": "something",
"referrer": "something",
"cogs_category": "snuba-admin",
"referrer": "snuba-admin",
"start_timestamp": "2024-10-03T00:00:00Z",
"end_timestamp": "2024-10-06T00:00:00Z"
},
Expand All @@ -24,8 +24,8 @@
1
],
"organization_id": 1,
"cogs_category": "something",
"referrer": "something",
"cogs_category": "snuba-admin",
"referrer": "snuba-admin",
"start_timestamp": "2024-10-03T00:00:00Z",
"end_timestamp": "2024-10-06T00:00:00Z"
},
Expand All @@ -41,8 +41,8 @@
1
],
"organization_id": 1,
"cogs_category": "something",
"referrer": "something",
"cogs_category": "snuba-admin",
"referrer": "snuba-admin",
"start_timestamp": "2024-10-03T00:00:00Z",
"end_timestamp": "2024-10-06T00:00:00Z"
},
Expand All @@ -58,8 +58,8 @@
1
],
"organization_id": 1,
"cogs_category": "something",
"referrer": "something",
"cogs_category": "snuba-admin",
"referrer": "snuba-admin",
"start_timestamp": "2024-10-03T00:00:00Z",
"end_timestamp": "2024-10-31T00:00:00Z"
},
Expand Down

0 comments on commit 1786c4e

Please sign in to comment.