Добавлена TODO
This commit is contained in:
parent
e60f29a331
commit
030f7c8101
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ import { Injectable } from '@nestjs/common';
|
|||
export class CurrentUserEnhancer implements IssueEnhancerInterface {
|
||||
name = 'current-user';
|
||||
|
||||
// TODO: Переместить правила в конфиг
|
||||
|
||||
private rules = {
|
||||
New: 'dev',
|
||||
'In Progress': 'dev',
|
||||
|
|
|
|||
Loading…
Reference in a new issue