diff --git a/scripts/product.js b/scripts/product.js index a3e727b..da27b17 100644 --- a/scripts/product.js +++ b/scripts/product.js @@ -67,10 +67,10 @@ export default class product { if (!this.#snip) {throw new ReferenceError((new texts(`error_msg_notattached`)).localized)}; // Save the data to the storage. - secretariat.write([`sites`, this.URL, `data`], this.#snip); + secretariat.write([`sites`, this.URL, `data`], this.#snip, 1); // Write the analysis data to the storage. - (this[`analysis`]) ? secretariat.write([`sites`, this.URL, `analysis`], this.analysis): false; + (this[`analysis`]) ? secretariat.write([`sites`, this.URL, `analysis`], this.analysis, 1): false; }; async analyze() {