Skip to content

Commit

Permalink
fix(projects-service): chown import
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Oct 1, 2024
1 parent f2b7a50 commit 127d25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/apps/projects/src/container/container.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {UserToken} from '@app/keycloak-auth';
import {HttpService} from '@nestjs/axios';
import {Injectable} from '@nestjs/common';
import {Cron, CronExpression} from '@nestjs/schedule';
import * as chownr from 'chownr';
import {chownr} from 'chownr';
import {randomBytes} from 'crypto';
import * as Dockerode from 'dockerode';
import {ContainerCreateOptions} from 'dockerode';
Expand Down

0 comments on commit 127d25a

Please sign in to comment.