Skip to content

Commit

Permalink
fix(ios): fix "Empty collection literal requires an explicit type" wa…
Browse files Browse the repository at this point in the history
…rning
  • Loading branch information
jonz94 committed Apr 28, 2023
1 parent 674158f commit 5d27210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Plugin/SimPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class SimPlugin: CAPPlugin {
])
} else {
call.resolve([
"simCards": []
"simCards": [] as NSArray
])
}
}
Expand Down

0 comments on commit 5d27210

Please sign in to comment.