We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25d64a commit 9f21f23Copy full SHA for 9f21f23
1 file changed
backend/src/controllers/setup.controller.ts
@@ -2,7 +2,6 @@ import { Request, Response } from 'express';
2
import app from '../index.js';
3
import StatusService from '../services/status.service.js';
4
import logger from '../services/logger.js';
5
-import { Endpoints } from '@octokit/types';
6
7
// Type definitions for the diagnostic response
8
interface OctokitTestResult {
0 commit comments