finetune property naming

This commit is contained in:
2017-08-25 12:38:49 +02:00
parent 2b5056085c
commit 08d37dc037
3 changed files with 6 additions and 6 deletions

View File

@ -19,11 +19,11 @@ export class Analytics {
}
}
async recordEvent (identifierArg: string, analyticsDataArg: any) {
async recordEvent (eventIdentifierArg: string, analyticsDataArg: any) {
let dataToSend = {
projectId: this.projectId,
appName: this.appName,
identifier: identifierArg,
eventIdentifier: eventIdentifierArg,
analyticsData: analyticsDataArg
}
await plugins.smartrequest.post(this.apiEndPoint, {