fix: stat ink key prompt

main
spacemeowx2 2022-11-18 20:42:07 +08:00 committed by imspace
parent de8e09b143
commit 549f397e95
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export class App {
} }
out.push( out.push(
new StatInkExporter({ new StatInkExporter({
statInkApiKey: state.statInkApiKey!, statInkApiKey: this.profile.state.statInkApiKey!,
uploadMode: this.opts.monitor ? "Monitoring" : "Manual", uploadMode: this.opts.monitor ? "Monitoring" : "Manual",
}), }),
); );