Skip to content

Commit d3b78cc

Browse files
committed
fix: effect schema imports
1 parent 26a8048 commit d3b78cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/layer/errors/handle-octokit-request-error.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Schema } from '@effect/schema';
1+
import { Schema } from 'effect';
22
import { Effect, pipe } from 'effect';
33

44
import { GithubApiError } from './index.js';

src/layer/errors/octokit-api-rate-limit-error.schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Schema } from '@effect/schema';
1+
import { Schema } from 'effect';
22

33
export const OctokitApiRateLimitErrorSchema = Schema.Struct({
44
request: Schema.Struct({

0 commit comments

Comments
 (0)