[ci] format

This commit is contained in:
natemoo-re 2022-06-14 20:32:18 +00:00 committed by github-actions[bot]
parent 5ab9d573f6
commit b49bf0c480

View file

@ -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;