fix: stat ink key prompt
parent
de8e09b143
commit
549f397e95
|
|
@ -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",
|
||||
}),
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue