Исправлена ошибка подключения к CouchDB
This commit is contained in:
parent
e8ac2ad1c4
commit
3feb00fae5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Injectable, Logger } from '@nestjs/common';
|
||||
import nano from 'nano';
|
||||
import * as nano from 'nano';
|
||||
import configuration from '../configs/app';
|
||||
|
||||
const config = configuration();
|
||||
|
|
|
|||
Loading…
Reference in a new issue