We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fd15c commit 069e40dCopy full SHA for 069e40d
server/src/config/config.service.ts
@@ -2,7 +2,7 @@ import { Injectable, Logger } from '@nestjs/common';
2
import { Runpack as DBRunpack, PrismaClient } from '@prisma/client';
3
import { readFileSync, writeFileSync } from 'fs';
4
import { join } from 'path';
5
-import YAML from 'yaml';
+import * as YAML from 'yaml';
6
import { KubernetesService } from '../kubernetes/kubernetes.service';
7
import { INotification } from '../notifications/notifications.interface';
8
import { NotificationsService } from '../notifications/notifications.service';
0 commit comments