Skip to content

Commit 99b1847

Browse files
committed
lint
1 parent aa56421 commit 99b1847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { ServiceError } from '@grpc/grpc-js';
22

3-
import { FetchRoutesResponse, Records, Selector } from './pb/api';
3+
import { Records, Selector } from './pb/api';
44

55
export const isProd = process.env.NODE_ENV === 'production';
66
export const isDev = process.env.NODE_ENV === 'development';

0 commit comments

Comments
 (0)