2
0

🧑‍💻 (s3) Correctly delete the files when deleting resources

This commit is contained in:
Baptiste Arnaud
2024-09-02 11:23:01 +02:00
parent f53705268c
commit 041b817aa0
16 changed files with 225 additions and 206 deletions

View File

@@ -1,9 +1,3 @@
import { destroyUser } from './helpers/destroyUser'
import { promptAndSetEnvironment } from './utils'
const runDestroyUser = async () => {
await promptAndSetEnvironment('production')
return destroyUser()
}
runDestroyUser()
destroyUser()