From 96250ce9a0c68f233dc688c4d8f4eac2866bfa83 Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Sun, 2 Apr 2023 15:55:50 +0000 Subject: [PATCH] refactor(spotify): import node:buffer --- packages/backend/src/apps/spotify/auth/refresh-token.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/backend/src/apps/spotify/auth/refresh-token.ts b/packages/backend/src/apps/spotify/auth/refresh-token.ts index dc20820a..b748f658 100644 --- a/packages/backend/src/apps/spotify/auth/refresh-token.ts +++ b/packages/backend/src/apps/spotify/auth/refresh-token.ts @@ -1,3 +1,4 @@ +import { Buffer } from 'node:buffer'; import { IGlobalVariable } from '@automatisch/types'; const refreshToken = async ($: IGlobalVariable) => {