Skip to content

Commit

Permalink
fixing moloco (segmentio#2146)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-ayoub-segment authored Jul 9, 2024
1 parent 78de0cd commit 40f7226
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class MolocoAPIClient {

constructor(request: RequestClient, settings: Settings) {
this.platformId = settings.platformId
this.platformName = settings.platformName
this.platformName = settings.platformName ?? ''
this.apiKey = settings.apiKey
this.request = request

Expand Down

0 comments on commit 40f7226

Please sign in to comment.