refactor(spotify): import node:buffer

This commit is contained in:
Ali BARIN
2023-04-02 15:55:50 +00:00
parent 691682e09c
commit 96250ce9a0

View File

@@ -1,3 +1,4 @@
import { Buffer } from 'node:buffer';
import { IGlobalVariable } from '@automatisch/types';
const refreshToken = async ($: IGlobalVariable) => {