🧑💻 (s3) Correctly delete the files when deleting resources
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
import { destroyUser } from './helpers/destroyUser'
|
||||
import { promptAndSetEnvironment } from './utils'
|
||||
|
||||
const runDestroyUser = async () => {
|
||||
await promptAndSetEnvironment('production')
|
||||
return destroyUser()
|
||||
}
|
||||
|
||||
runDestroyUser()
|
||||
destroyUser()
|
||||
|
||||
Reference in New Issue
Block a user