Skip to content

Commit

Permalink
remove platform
Browse files Browse the repository at this point in the history
  • Loading branch information
taitmbarek committed Jul 9, 2022
1 parent 8f946c5 commit e478656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ios/RNPollfish.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ - (dispatch_queue_t)methodQueue
[params offerwallMode:offerwallMode];
[params releaseMode:releaseMode];
[params rewardMode:rewardMode];
[params platform:Pl];

if (releaseMode) {
[infoDict setObject:@"true" forKey:@"releaseMode"];
Expand All @@ -53,7 +52,7 @@ - (dispatch_queue_t)methodQueue
} else{
[infoDict setObject:@"false" forKey:@"rewardMode"];
}

if (requestUUID != [NSNull null]) {
[params requestUUID:requestUUID];
[infoDict setObject:requestUUID forKey:@"requestUUID"];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@millionscard/react-native-plugin-pollfish",
"version": "2.0.17",
"version": "2.0.18",
"description": "Pollfish React Native SDK",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e478656

Please sign in to comment.