Skip to content

Commit 10a0bbf

Browse files
committed
test
1 parent 7931bd3 commit 10a0bbf

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

frontend/.husky/pre-commit

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
cd frontend
52
npm run precommit
6-
7-
exit 1

frontend/src/pages/Fleets/Details/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export const FleetDetails: React.FC = () => {
3636
const { data, isLoading } = useGetFleetDetailsQuery(
3737
{
3838
projectName: paramProjectName,
39-
4039
fleetId: paramFleetId,
4140
},
4241
{

0 commit comments

Comments
 (0)