[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 { getRawProjectId } from './project-id.js';
|
||||
|
||||
|
||||
export interface AstroTelemetryOptions {
|
||||
version: string;
|
||||
}
|
||||
|
@ -103,7 +102,7 @@ export class AstroTelemetry {
|
|||
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;
|
||||
if (projectId === process.cwd()) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue