From 7f6699fad76eaa2c31adccb44dd4a9fff4356f06 Mon Sep 17 00:00:00 2001 From: nonodev96 Date: Tue, 28 Jun 2022 18:13:35 +0200 Subject: [PATCH] Fix GitHub Actions with firebase --- package.json | 2 +- .../services/file-system/file-system-storage.service.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9b4a151..a354ae5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thumder", - "version": "1.6.1", + "version": "1.6.2", "private": true, "description": "TFG - THUMDER (THe UltiMate Dlx EmulatoR): emulador multiplataforma DLX con fines didácticos", "keywords": [ diff --git a/src/app/__core/services/file-system/file-system-storage.service.ts b/src/app/__core/services/file-system/file-system-storage.service.ts index 7689ce5..973237f 100644 --- a/src/app/__core/services/file-system/file-system-storage.service.ts +++ b/src/app/__core/services/file-system/file-system-storage.service.ts @@ -150,7 +150,7 @@ export class FileSystemStorageService { await updateDoc(doc(this.afs, this.dbFileItemsPath, $key), JSON.parse(JSON.stringify(fileItem))); return Promise.resolve(true) } - +/* // Documents public FileItem_Documents_valueChanges(id): Observable { return docData( @@ -163,7 +163,7 @@ export class FileSystemStorageService { doc(this.afs, id) as DocumentReference ); } - +*/ // Collections public FileItems_Collections_valueChanges(): Observable { const userData = JSON.parse(localStorage.getItem("user")) as InterfaceUser;