Skip to content

Commit

Permalink
fix(stats): linting
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed May 25, 2024
1 parent 1e9f647 commit 0b836cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/src/types/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type ApiTransactionResponse = {
messages: {
id: string;
type: string;
data: any;
data: unknown;
relatedDeploymentId: string | null;
}[];
};
2 changes: 1 addition & 1 deletion stats-web/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "next/core-web-vitals",
"extends": "next/core-web-vitals"
}
4 changes: 2 additions & 2 deletions stats-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b836cc

Please sign in to comment.