Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-web3 committed Jan 27, 2025
1 parent 70efc92 commit 5146e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/TelegramHandler.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import base64url from "base64url";
import deepmerge from "deepmerge";

import { UX_MODE } from "../utils/enums";
Expand All @@ -6,7 +7,6 @@ import log from "../utils/loglevel";
import PopupHandler from "../utils/PopupHandler";
import AbstractLoginHandler from "./AbstractLoginHandler";
import { CreateHandlerParams, LoginWindowResponse, TorusVerifierResponse } from "./interfaces";
import base64url from "base64url";

type PopupResponse = {
result: {
Expand Down

0 comments on commit 5146e4c

Please sign in to comment.