Skip to content

Commit

Permalink
edge queue corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
DnOberon committed Aug 31, 2022
1 parent 73d4b13 commit 6aeb6fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/data_processing/edge_inserter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {plainToClass} from 'class-transformer';

// InsertEdge takes a single EdgeQueueItem and attempts to insert it into the database without making any changes
export async function InsertEdge(edgeQueueItem: EdgeQueueItem): Promise<Result<boolean>> {
console.log('here');
const mapper = EdgeMapper.Instance;
const queueMapper = EdgeQueueItemMapper.Instance;
const repo = new EdgeRepository();
Expand Down

0 comments on commit 6aeb6fc

Please sign in to comment.