Skip to content

Commit

Permalink
FIX import
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Aug 19, 2024
1 parent 2ecda43 commit 926a7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/cleanup/cleanup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { RxCleanupPolicy, RxCollection } from '../../types/index.d.ts';
import { PROMISE_RESOLVE_TRUE } from '../../plugins/utils/index.ts';
import { REPLICATION_STATE_BY_COLLECTION } from '../replication/index.ts';
import { DEFAULT_CLEANUP_POLICY } from './cleanup-helper.ts';
import { runAsyncPluginHooks } from 'rxdb-old';
import { runAsyncPluginHooks } from '../../hooks.ts';

/**
* Even on multiple databases,
Expand Down

0 comments on commit 926a7e2

Please sign in to comment.