Skip to content

Commit 11607bb

Browse files
committed
FIX export
1 parent d68257b commit 11607bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

javascript/src/truth-table-generator/database/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import type { ChangeEvent, MongoQuery, QueryParams } from '../../types';
22

3+
export * from './mingo.js';
4+
35
/**
46
* Abstract the database so that
57
* we can swap it out.

javascript/src/truth-table-generator/database/mingo.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
getProperty
1111
} from '../../util.js';
1212

13-
1413
export function mingoCollectionCreator(): Collection {
1514
const data: Human[] = [];
1615
const collection: Collection = {

0 commit comments

Comments
 (0)