chore(sabr-shaka-example): Fix log tag

Oops. That's what I get for copy pasting.
This commit is contained in:
Luan
2025-09-17 19:13:36 -03:00
parent 39d8ff3056
commit 2b622d7069

View File

@@ -36,7 +36,7 @@ async function main() {
fetch: fetchFunction
});
botguardService.init().then(() => console.info('[App]', 'BotGuard client initialized'));
botguardService.init().then(() => console.info('[Main]', 'BotGuard client initialized'));
sessionPoTokenContentBinding = innertube.session.context.client.visitorData;