mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Observable } from "./observable";
|
||||
import { Observable } from './observable';
|
||||
|
||||
const getCollectionItems = async <T>(items: Observable<T>[]) => {
|
||||
return Promise.all(items.map((item) => item.data));
|
||||
|
||||
Reference in New Issue
Block a user