refactor(spotify): import node:buffer

This commit is contained in:
Ali BARIN
2023-04-06 18:59:55 +00:00
parent 691682e09c
commit 96250ce9a0
@@ -1,3 +1,4 @@
import { Buffer } from 'node:buffer';
import { IGlobalVariable } from '@automatisch/types';
const refreshToken = async ($: IGlobalVariable) => {