Skip to content

Commit

Permalink
Use ScalaOptions instead of KotlinOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Ciocanu committed Dec 16, 2023
1 parent 3864fa2 commit 43c90a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/scala/renderers/EnumRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ${this.indent(this.renderBlock(content, 2))}
}
}

export const SCALA_DEFAULT_ENUM_PRESET: EnumPresetType<KotlinOptions> = {
export const SCALA_DEFAULT_ENUM_PRESET: EnumPresetType<ScalaOptions> = {
self({ renderer, model }) {
return renderer.defaultSelf(model.type);
},
Expand Down

0 comments on commit 43c90a0

Please sign in to comment.