Skip to content

Commit bdf6907

Browse files
committed
remove import and release 2.0.4-rc.1
1 parent 67154ab commit bdf6907

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@povio/openapi-codegen-cli",
3-
"version": "2.0.4",
3+
"version": "2.0.4-rc.1",
44
"keywords": [
55
"codegen",
66
"openapi",

src/generators/generate/generateAcl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function generateAcl({ resolver, data, tag }: GenerateTypeParams) {
1515
const caslAbilityTupleImport: Import = {
1616
bindings: [
1717
CASL_ABILITY_BINDING.abilityTuple,
18-
...(hasAdditionalAbilityImports ? [CASL_ABILITY_BINDING.forcedSubject, CASL_ABILITY_BINDING.subject] : []),
18+
...(hasAdditionalAbilityImports ? [CASL_ABILITY_BINDING.subject] : []),
1919
],
2020
from: CASL_ABILITY_IMPORT.from,
2121
};

0 commit comments

Comments
 (0)