Skip to content

Commit a1cb7f2

Browse files
committed
Prefer .joined() over .description()
1 parent ca15905 commit a1cb7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Analytics/WooAnalytics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ private extension WooAnalytics {
234234
}
235235
}
236236

237-
return ["widgets": widgetAnalyticNames.description]
237+
return ["widgets": widgetAnalyticNames.joined(separator: ",")]
238238
}
239239
}
240240

0 commit comments

Comments
 (0)