Skip to content

Commit

Permalink
chore: 🤖 [JIRA:HCPSDKFIORIUIKIT-2827]cleanup warning
Browse files Browse the repository at this point in the history
Stored property 'chartType' of 'Sendable'-conforming struct
'ColumnChartCategoryShape' has non-sendable type 'ChartType'; this is an
error in the Swift 6 language mode
  • Loading branch information
KevinZK committed Nov 14, 2024
1 parent 335dbb4 commit a3083b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FioriCharts/Model/ChartType.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation

/// Available chart types. Use this enum to define chart type to present.
public enum ChartType: String {
public enum ChartType: String, Sendable {
/// Line Chart
case line

Expand Down

0 comments on commit a3083b8

Please sign in to comment.