Skip to content

Commit

Permalink
chore: 🤖clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgoRoots committed Oct 27, 2023
1 parent b53a7e3 commit f6b45ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/utils/analytics/kakao.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

export class KakaoAnalytics {
public kakaoAnalytics: (id: string) => kakao.Pixel.Event = window.kakaoPixel;
public kakaoAnalytics: (id: string) => kakao.Pixel.Event = kakaoPixel;
constructor(private key: string) {
this.key = key;
}
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
// "types": ["jest", "node"],
"baseUrl": "src",
"paths": {
"@/types/*": ["./types/*"],
Expand Down

0 comments on commit f6b45ba

Please sign in to comment.