chore: test

This commit is contained in:
Chareice 2024-01-18 22:58:15 +08:00
parent b2e4b6a7cd
commit b6f46a16e4
No known key found for this signature in database

View File

@ -676,6 +676,14 @@ export class PluginACL extends Plugin {
for (const action of inspectActions) {
const actionCtx: any = {
db: ctx.db,
get: () => {
return undefined;
},
app: {
getDb() {
return ctx.db;
},
},
action: {
actionName: action,
name: action,