Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnithin committed Jan 25, 2024
1 parent 9ec0d1b commit 9ea0b38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions controlplane/src/core/repositories/NamespaceRepository.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { and, eq } from 'drizzle-orm';
import { PostgresJsDatabase } from 'drizzle-orm/postgres-js';
import { EnumStatusCode } from '@wundergraph/cosmo-connect/dist/common/common_pb';
import * as schema from '../../db/schema.js';
import { PublicError } from '../errors/errors.js';

export const DefaultNamespace = 'default';

Expand Down
2 changes: 0 additions & 2 deletions controlplane/src/core/repositories/TargetRepository.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { EnumStatusCode } from '@wundergraph/cosmo-connect/dist/common/common_pb';
import { and, eq } from 'drizzle-orm';
import { PostgresJsDatabase } from 'drizzle-orm/postgres-js';
import * as schema from '../../db/schema.js';
import { targets } from '../../db/schema.js';
import { PublicError } from '../errors/errors.js';
import { NamespaceRepository } from './NamespaceRepository.js';

export class TargetRepository {
Expand Down

0 comments on commit 9ea0b38

Please sign in to comment.