[ci] format
This commit is contained in:
parent
5ab9d573f6
commit
b49bf0c480
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ import * as KEY from './keys.js';
|
||||||
import { post } from './post.js';
|
import { post } from './post.js';
|
||||||
import { getRawProjectId } from './project-id.js';
|
import { getRawProjectId } from './project-id.js';
|
||||||
|
|
||||||
|
|
||||||
export interface AstroTelemetryOptions {
|
export interface AstroTelemetryOptions {
|
||||||
version: string;
|
version: string;
|
||||||
}
|
}
|
||||||
|
@ -103,7 +102,7 @@ export class AstroTelemetry {
|
||||||
return this.oneWayHash(this.rawProjectId);
|
return this.oneWayHash(this.rawProjectId);
|
||||||
}
|
}
|
||||||
|
|
||||||
private get projectMetadata(): undefined | { owner: string, name: string } {
|
private get projectMetadata(): undefined | { owner: string; name: string } {
|
||||||
const projectId = this.rawProjectId;
|
const projectId = this.rawProjectId;
|
||||||
if (projectId === process.cwd()) {
|
if (projectId === process.cwd()) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue