Skip to content

Commit

Permalink
fix: remove dummy empty strings
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Oct 9, 2024
1 parent 9e2370b commit e956bec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ import * as dotenv from "dotenv";
// load environment variables (if you have them)
dotenv.config();
console.log("Welcome to ts-template");

const _EMPTY_STRING_TEST_1 = "";
const _EMPTY_STRING_TEST_2 = "";

0 comments on commit e956bec

Please sign in to comment.