This commit is contained in:
Daniel Kluge 2022-05-07 16:49:22 +02:00
parent 9458607435
commit f30b0e894e

View File

@ -5,7 +5,7 @@ import { writeFileSync } from "fs";
import { secretsFile, secrets, getToken } from "./common.js";
if (!secrets.refreshToken) {
console.error("No refresh token found. Please run 'npm run getToken' first.");
console.error("No refresh token found. Please run 'npm run token' first.");
exit();
}