fix: remove unnecessary blank line in ProjectService
This commit is contained in:
@ -76,7 +76,7 @@ export class ProjectService {
|
||||
redisNodes: redisNodeId,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
async getAllApiTokens(projectId: string) {
|
||||
const project = await this.projectRepository.findOne({
|
||||
where: { id: projectId },
|
||||
|
||||
Reference in New Issue
Block a user