Skip to content

Commit

Permalink
Merge branch 'edge' into fix_edit-protocol-modal-input-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Dec 4, 2024
2 parents 09d4cd4 + 4db216c commit 58489a8
Show file tree
Hide file tree
Showing 605 changed files with 5,329 additions and 37,378 deletions.
2 changes: 1 addition & 1 deletion .github/actions/.gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.github/actions/odd-resource-analysis/dist/* binary
odd-resource-analysis/dist/* binary
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function getMixpanelResourceMonitorDataFor({
where,
}) {
const params = new URLSearchParams({
project_id: projectId,
project_id: parseInt(projectId),
from_date: fromDate,
to_date: toDate,
event: '["resourceMonitorReport"]',
Expand Down
Loading

0 comments on commit 58489a8

Please sign in to comment.