From 549f397e955ea64c660eadbd0dfa3eff976c82e8 Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Fri, 18 Nov 2022 20:42:07 +0800 Subject: [PATCH] fix: stat ink key prompt --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }), );