Skip to content

Commit

Permalink
fix: remove test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 24, 2023
1 parent 1b60256 commit 0d2512e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/helpers/general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,3 @@ export function camelCaseToSnakeCase(obj: Record<string, any>): void {
obj[snakeKey] = value;
});
}

export function hello(name: string): string {
return `Hello, ${name}`;
}

0 comments on commit 0d2512e

Please sign in to comment.