fix: Update import extension for repositoryService in githubJsonService

This commit is contained in:
Michel Roegl-Brunner
2025-11-13 14:12:44 +01:00
parent 72ffc5597f
commit 498249a25b

View File

@@ -2,7 +2,7 @@ import { writeFile, mkdir, readdir, readFile } from 'fs/promises';
import { join } from 'path'; import { join } from 'path';
import { env } from '../../env.js'; import { env } from '../../env.js';
import type { Script, ScriptCard, GitHubFile } from '../../types/script'; import type { Script, ScriptCard, GitHubFile } from '../../types/script';
import { repositoryService } from './repositoryService.js'; import { repositoryService } from './repositoryService.ts';
export class GitHubJsonService { export class GitHubJsonService {
private branch: string | null = null; private branch: string | null = null;