Skip to content

Commit

Permalink
woops!
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed May 17, 2023
1 parent 7a9a8ff commit b0ad626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch_crashes.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
for event in ["crash-panic", "crash-signal"]:
params = {
"properties": json.dumps(properties),
"event": "crash-panic",
"event": event,
"orderBy": '["-timestamp"]',
}
if args.date_after_included:
Expand Down

0 comments on commit b0ad626

Please sign in to comment.