Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Mar 3, 2024
1 parent 84421b2 commit ed5e76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/types/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ export function proxiedPropertiesOf<TObj>() {
},
},
) as {
[P in keyof TObj]?: P;
};
[P in keyof TObj]?: P;
};
}

0 comments on commit ed5e76f

Please sign in to comment.