Skip to content

Commit

Permalink
fix: rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Jan 27, 2025
1 parent 1ff782f commit e9a566c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions oxlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"tools/cli/src/webpack/error-handler.js",
"packages/backend/native/index.d.ts",
"packages/backend/server/src/__tests__/__snapshots__",
"packages/common/native/fixtures/**",
"packages/frontend/native/index.d.ts",
"packages/frontend/native/index.js",
"packages/frontend/graphql/src/graphql/index.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
CopilotFailedToMatchContext,
CopilotFailedToModifyContext,
CopilotSessionNotFound,
EventEmitter,
EventBus,
type FileUpload,
RequestMutex,
Throttle,
Expand Down Expand Up @@ -141,7 +141,7 @@ class ContextMatchedDocChunk implements DocChunkSimilarity {
export class CopilotContextRootResolver {
constructor(
private readonly db: PrismaClient,
private readonly event: EventEmitter,
private readonly event: EventBus,
private readonly mutex: RequestMutex,
private readonly permissions: PermissionService,
private readonly chatSession: ChatSessionService,
Expand Down

0 comments on commit e9a566c

Please sign in to comment.