Skip to content

Commit

Permalink
fix: chartboost appid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
levyitay committed Dec 12, 2022
1 parent d68f20e commit 226c0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/instance_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export class ChartboostInstance extends InstanceConfig {

public getAppDataObject(): any {
return {
appId: this.getAppId(),
appID: this.getAppId(),
appSignature: this.getAppSignature()
};
}
Expand Down

0 comments on commit 226c0d2

Please sign in to comment.