Skip to content

Commit a9a4ccb

Browse files
committed
feat: remove unused storageEngine param
1 parent 1d73587 commit a9a4ccb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/plugins/policyPack/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,10 @@ export default class PolicyPackPlugin extends Plugin {
140140
data,
141141
rules,
142142
policyPack,
143-
storageEngine,
144143
}: {
145144
data: any,
146145
rules: Rule[]
147146
policyPack: string
148-
storageEngine: StorageEngine
149147
}): Promise<RuleFinding[]> {
150148
const findings: RuleFinding[] = []
151149

@@ -164,7 +162,6 @@ export default class PolicyPackPlugin extends Plugin {
164162
data,
165163
rules: subRules,
166164
policyPack,
167-
storageEngine,
168165
}))
169166
)
170167
} else {
@@ -377,7 +374,6 @@ export default class PolicyPackPlugin extends Plugin {
377374
data: linkedData,
378375
rules,
379376
policyPack,
380-
storageEngine,
381377
})
382378

383379
// Prepare mutations

0 commit comments

Comments
 (0)