Skip to content

Commit

Permalink
fix: missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed May 8, 2024
1 parent 35230b9 commit 4cf1159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datalayer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import writeService from './writeService';
import syncService from './syncService';
import wallet from './wallet';
import fullNode from './fullNode';
import persistance from './persistance';
import * as persistance from './persistance';

export default {
...writeService,
Expand Down

0 comments on commit 4cf1159

Please sign in to comment.