Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GM-appsflyer committed May 28, 2023
1 parent 580eae7 commit 4c23261
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 774 deletions.
771 changes: 2 additions & 769 deletions dist/appsflyerSdk.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/app/js/mainForBundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var CUSTOM_CONFIG = {
function main(){
var config = SAMSUNG_CONFIG;
// config = LG_CONFIG;
// config = CUSTOM_CONFIG;
config = CUSTOM_CONFIG;

AppsFlyerSDK.getInstance(config).then(function(appsflyer){

Expand Down
2 changes: 1 addition & 1 deletion example/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ async function main(){
let appsflyer;
let response;
let config = SAMSUNG_CONFIG;
config = LG_CONFIG;
// config = LG_CONFIG;
// config = CUSTOM_CONFIG;

try{
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@babel/preset-env": "~7.18.9",
"babel-loader": "~8.2.5",
"webpack": "~5.73.0",
"webpack": "~5.84.1",
"webpack-cli": "~4.10.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"jest": "~28.1.3",
"jest-fetch-mock": "~3.0.3",
"semver": "~7.3.8",
"webpack": "~5.73.0",
"webpack": "~5.84.1",
"webpack-cli": "~4.10.0"
}
}
1 change: 0 additions & 1 deletion src/AppsFlyerSDK.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class AppsFlyerSDK {
const platformFactory = PLATFORM_MAPPING[plafromIndex];
this.platformInstance = new platformFactory();
}else{
// this.platformInstance = new Vizio();
throw NO_PLATFORM_FOUND;
}
}catch(e){
Expand Down

0 comments on commit 4c23261

Please sign in to comment.