chore(dump-db): remove shebang

This commit is contained in:
Elian Doran 2025-05-31 13:52:43 +03:00
parent bb3102eb76
commit 6c35778f3d
No known key found for this signature in database

View File

@ -1,5 +1,3 @@
#!/usr/bin/env node
import yargs from "yargs"; import yargs from "yargs";
import { hideBin } from "yargs/helpers"; import { hideBin } from "yargs/helpers";
import dumpService from "./inc/dump.js"; import dumpService from "./inc/dump.js";