fix: remove unnecessary blank line in ProjectService

This commit is contained in:
lborv
2025-10-27 19:08:56 +02:00
parent 91ad421b8d
commit 038f2f8605

View File

@ -76,7 +76,7 @@ export class ProjectService {
redisNodes: redisNodeId,
});
}
async getAllApiTokens(projectId: string) {
const project = await this.projectRepository.findOne({
where: { id: projectId },