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