🚨 fix: resolve linting type error

This commit is contained in:
2026-01-31 08:13:04 +07:00
parent 5a43769f69
commit 68fec64efc
11 changed files with 21 additions and 35 deletions

View File

@ -1,6 +1,5 @@
import { AppError } from "../../../../helpers/error/instances/app";
import { jwtDecode } from "../../../../helpers/http/jwt/decode";
import { jwtEncode } from "../../../../helpers/http/jwt/encode";
export const tokenValidationService = (payload: string) => {
try {