Skip to content

Commit

Permalink
Fix GitHub Actions with firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nonodev96 committed Jun 28, 2022
1 parent 3d3b639 commit 7f6699f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<THUMDER_FileItem> {
return docData(
Expand All @@ -163,7 +163,7 @@ export class FileSystemStorageService {
doc(this.afs, id) as DocumentReference<THUMDER_FileItem>
);
}

*/
// Collections
public FileItems_Collections_valueChanges(): Observable<THUMDER_FileItem[]> {
const userData = JSON.parse(localStorage.getItem("user")) as InterfaceUser;
Expand Down

0 comments on commit 7f6699f

Please sign in to comment.