sr-npm 1.7.271 → 1.7.272
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/backend/data.js +1 -1
- package/package.json +1 -1
package/backend/data.js
CHANGED
|
@@ -291,7 +291,7 @@ function fetchJobLocation(jobDetails) {
|
|
|
291
291
|
async function createApiKeyCollectionAndFillIt() {
|
|
292
292
|
console.log("Creating ApiKey collection and filling it with the smart token");
|
|
293
293
|
await createCollectionIfMissing(COLLECTIONS.API_KEY, COLLECTIONS_FIELDS.API_KEY,null,'singleItem');
|
|
294
|
-
console.log("Getting the smart token");
|
|
294
|
+
console.log("Getting the smart token ");
|
|
295
295
|
const token = await getSmartToken();
|
|
296
296
|
console.log("token is : ", token);
|
|
297
297
|
console.log("Inserting the smart token into the ApiKey collection");
|