format(test.js)

This commit is contained in:
Rim 2025-04-17 09:34:17 -04:00
parent 2f9c0c58cb
commit 92df420819

View File

@ -2,8 +2,7 @@ import { login, ModernWarfare, platforms } from './index.js';
import fs from 'fs';
// Login using the SSO token
const ssoToken =
'<YOUR_SSO_TOKEN>';
const ssoToken = '<YOUR_SSO_TOKEN>';
(async () => {
try {