Skip to content

Commit 35a782f

Browse files
committed
Fix linting
1 parent a4d2987 commit 35a782f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/@shopify/checkout-sheet-kit/ios/ShopifyCheckoutSheetKit+EventSerialization.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import ShopifyCheckoutSheetKit
2828
* Shared event serialization utilities for converting ShopifyCheckoutSheetKit events
2929
* to React Native compatible dictionaries.
3030
*/
31-
class ShopifyEventSerialization {
31+
enum ShopifyEventSerialization {
3232
/**
3333
* Encodes a Codable object to a JSON dictionary for React Native bridge.
3434
*/

0 commit comments

Comments
 (0)