fix spacing

This commit is contained in:
Adam Matthiesen 2024-01-26 04:38:54 -08:00
parent f3381eb7ba
commit b16694debe
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const {
} = loadEnv('all',process.cwd(),'CONTENT_');
const ghostApiKey = CONTENT_API_KEY;
const ghostUrl = CONF_URL?CONF_URL:CONTENT_API_URL;
const ghostUrl = CONF_URL ? CONF_URL : CONTENT_API_URL;
const version = "v5.0";
const api = new TSGhostContentAPI(ghostUrl, ghostApiKey, version);