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