Skip to content

Commit

Permalink
remove circular dep
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Nov 24, 2023
1 parent c1fbde2 commit 4e5114c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/message-store-level.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { IndexLevel } from './index-level.js';
import { Message } from '../core/message.js';
import { sha256 } from 'multiformats/hashes/sha2';
import { SortDirection } from '../types/query-types.js';
import { DwnError, DwnErrorCode } from '../index.js';
import { DwnError, DwnErrorCode } from '../core/dwn-error.js';


/**
Expand Down

0 comments on commit 4e5114c

Please sign in to comment.