This commit is contained in:
Fredrik Burmester
2024-08-02 16:01:09 +02:00
parent 634f28ac28
commit 7e9ccc38e6
7 changed files with 242 additions and 150 deletions

View File

@@ -27,8 +27,6 @@ export default function index() {
return [];
}
console.log("[2] Items");
const response = await getItemsApi(api).getResumeItems({
userId: user.Id,
});