Skip to content

Commit

Permalink
Patch lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
dangtony98 committed Apr 9, 2023
1 parent 7e15e73 commit 9c3a426
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

0 comments on commit 9c3a426

Please sign in to comment.