Skip to content

Commit

Permalink
Merge pull request #492 from Infisical/fix-railway-sa-errors
Browse files Browse the repository at this point in the history
Patch uncaught lint error
  • Loading branch information
dangtony98 authored Apr 9, 2023
2 parents 7e15e73 + 9c3a426 commit 192e3be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/pages/activity/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ interface LogDataPoint {
createdAt: string;
ipAddress: string;
user: string;
serviceAccount: {
name: string;
};
serviceTokenData: {
name: string;
};
payload: PayloadProps[];
}

Expand Down

1 comment on commit 192e3be

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report for backend

St.
Category Percentage Covered / Total
🟢 Statements 90.63% 87/96
🔴 Branches 25% 2/8
🔴 Functions 50% 3/6
🟢 Lines 92.47% 86/93

Test suite run success

24 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from 192e3be

Please sign in to comment.