From 741c9504f94b782a08cfd51697e8d0dc5886741e Mon Sep 17 00:00:00 2001 From: Joshua Tzucker Date: Sun, 7 Nov 2021 19:24:39 -0800 Subject: [PATCH] Fix: Ensure certificates in `stable` schema - With the transition to `v1` of the schema, certificates did not get updated to be included in the `stable` / v1 schema by default. Fixed. - Fix for #59 --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index ab86ad6..ddcef2f 100644 --- a/src/main.js +++ b/src/main.js @@ -655,7 +655,7 @@ window.LinkedinToResumeJson = (() => { certificates.push(certObj); }); resultSummary.sections.certificates = certificates.length ? 'success' : 'empty'; - _outputJsonBetaPartial.certificates = certificates; + _outputJsonStable.certificates = certificates; // Parse skills /** @type {string[]} */