Skip to content

Commit

Permalink
Update src/client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward authored Mar 27, 2024
1 parent 516b238 commit 0cb6d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ export class Saturn {
body: JSON.stringify({ bandwidthLogs, logSender: this.config.logSender })
}
)
this.config.onReportLogs(bandwidthLogs)
this.onReportLogs(bandwidthLogs)
} catch (e) {
console.log(e)
throw e
Expand Down

0 comments on commit 0cb6d58

Please sign in to comment.