chore(dump-db): remove shebang

pull/2077/head
Elian Doran 2025-05-31 13:52:43 +07:00
parent bb3102eb76
commit 6c35778f3d
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

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