chore: switch back to official keyv and update deps

This commit is contained in:
Kilian Decaderincourt
2021-11-25 14:43:31 +01:00
parent 5f6fe76dff
commit f43c3d886f
4 changed files with 6174 additions and 3371 deletions

View File

@ -1,6 +1,5 @@
import { Injectable } from '@nestjs/common';
import * as Keyv from '@keyvhq/core';
import * as Keyv from 'keyv';
@Injectable()
export class StorageService {