Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rifandani committed Mar 18, 2024
1 parent 45b2670 commit ab4466d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@
"workbox-routing": "^7.0.0",
"workbox-window": "^7.0.0"
}
}
}
1 change: 0 additions & 1 deletion src/modules/auth/apis/auth.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { z } from 'zod'
import type { ErrorApiResponseSchema } from '#shared/schemas/error'
import { http } from '#shared/services/http'

export const loginSchema = z.object({
Expand Down
1 change: 0 additions & 1 deletion src/modules/todo/apis/todo.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { z } from 'zod'
import type { ErrorApiResponseSchema } from '#shared/schemas/error'
import type { ResourceParamsSchema } from '#shared/schemas/resource'
import { http } from '#shared/services/http'
import { resourceListSchema } from '#shared/schemas/resource'
Expand Down

0 comments on commit ab4466d

Please sign in to comment.