diff --git a/src/app.ts b/src/app.ts index b36049b..d5d9f73 100644 --- a/src/app.ts +++ b/src/app.ts @@ -79,7 +79,7 @@ export class App { } out.push( new StatInkExporter({ - statInkApiKey: state.statInkApiKey!, + statInkApiKey: this.profile.state.statInkApiKey!, uploadMode: this.opts.monitor ? "Monitoring" : "Manual", }), );