Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdoxsey committed Jan 24, 2025
1 parent aa56421 commit 99b1847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ServiceError } from '@grpc/grpc-js';

import { FetchRoutesResponse, Records, Selector } from './pb/api';
import { Records, Selector } from './pb/api';

export const isProd = process.env.NODE_ENV === 'production';
export const isDev = process.env.NODE_ENV === 'development';
Expand Down

0 comments on commit 99b1847

Please sign in to comment.