add missing semicolon
This commit is contained in:
@@ -67,6 +67,6 @@ export class FolderService {
|
|||||||
() => { console.log("get all complete!") }
|
() => { console.log("get all complete!") }
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
return folderObservable
|
return folderObservable;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user