Comments, appointments adjustments, fixed some issues
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//Fetches every page from a paginated API and returns all items in one array
|
||||
export async function fetchAllPages(urlBuilder) {
|
||||
const items = [];
|
||||
let page = 0;
|
||||
|
||||
Reference in New Issue
Block a user