Skip to content

Commit

Permalink
fix: remove hello helper
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 24, 2023
1 parent 1236cd0 commit da98c3b
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 da98c3b

Please sign in to comment.