Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Brayden committed Jun 26, 2024
1 parent eadc8af commit da8a84e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion playground/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ConnectionFactory, DatabaseType, Outerbase, greaterThanOrEqualNumber } from '../dist/index.js';
import { ConnectionFactory, DatabaseType } from '../dist/index.js';
import express from 'express';

const app = express();
Expand Down
1 change: 0 additions & 1 deletion src/connections/_factory.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// DatabaseFactory.ts
import { Connection } from './index'

export enum ConnectionType {
Expand Down

0 comments on commit da8a84e

Please sign in to comment.