We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9c200 commit ca55d95Copy full SHA for ca55d95
Sources/SQLiteData/CloudKit/Internal/Logging.swift
@@ -43,7 +43,7 @@
43
ColumnID("recordType", String.self),
44
ColumnID("recordName", String.self)
45
)
46
- } else {
+ } else if !actions.isEmpty {
47
dataFrame.sort(on: ColumnID("action", String.self))
48
}
49
var formattingOptions = FormattingOptions(
0 commit comments