Expose db to custom policy script

This commit is contained in:
Alex Gleason 2025-03-08 20:44:22 -06:00
parent a400021a0d
commit 6b3f5ac8a6
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -49,7 +49,7 @@ export class CustomPolicy implements NPolicy {
timeout: 5_000, timeout: 5_000,
}); });
this.policy = new Policy({ store, pubkey }); this.policy = new Policy({ db, store, pubkey });
} }
} }