Skip to content

Commit 9c66fcc

Browse files
committed
chore: linting
1 parent 6514f6c commit 9c66fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controlplane/src/core/bufservices/subgraph/getSubgraphMembers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
import { SubgraphRepository } from '../../repositories/SubgraphRepository.js';
99
import type { RouterOptions } from '../../routes.js';
1010
import { enrichLogger, getLogger, handleError } from '../../util.js';
11-
import { UnauthorizedError } from "../../errors/errors.js";
11+
import { UnauthorizedError } from '../../errors/errors.js';
1212

1313
export function getSubgraphMembers(
1414
opts: RouterOptions,

0 commit comments

Comments
 (0)