Skip to content

Commit

Permalink
fix: revert ping func
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh-ukey committed Sep 28, 2022
1 parent 2477303 commit 04a03fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export function pingPackage(msg?: string): string {
return "pong! y";
return "pong!";
}

export const aSecret: string = "My favorite kids cartoon is Spongebob Squarepants";

0 comments on commit 04a03fe

Please sign in to comment.