mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 03:39:29 +00:00
improvement: trim search params on contacts and tickets filters
This commit is contained in:
@@ -20,8 +20,6 @@ interface Response {
|
||||
export const RefreshTokenService = async (token: string): Promise<Response> => {
|
||||
let decoded;
|
||||
|
||||
console.log(token);
|
||||
|
||||
try {
|
||||
decoded = verify(token, authConfig.refreshSecret);
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user