Update channel in workspace v2 controller

This commit is contained in:
Tuan Dang
2023-01-05 12:05:49 +07:00
parent 8b48205881
commit cc408d8908

View File

@ -127,7 +127,7 @@ export const pullSecrets = async (req: Request, res: Response) => {
userId,
workspaceId,
environment,
channel,
channel: channel ? channel : 'cli',
ipAddress: req.ip
});