Fixed uuid import. Changed fs rmdir to rm.

This commit is contained in:
DebaucheryLibrarian
2021-11-21 00:31:09 +01:00
parent e0908a5f5e
commit 98c103c625
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
const config = require('config');
const AWS = require('aws-sdk');
const fs = require('fs');
const nanoid = require('nanoid');
const { nanoid } = require('nanoid');
async function init() {
const filepath = './public/img/sfw/animals/j0iiByCxGfA.jpeg';