mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-06 12:02:01 +00:00
Fix vikunja map function
This commit is contained in:
parent
1aec61811f
commit
ca9506e485
@ -1,7 +1,8 @@
|
||||
import { asJson } from "utils/proxy/api-helpers";
|
||||
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
|
||||
|
||||
const map = asJson(data).map((task) => ({
|
||||
const map = (data) =>
|
||||
asJson(data).map((task) => ({
|
||||
id: task.id,
|
||||
title: task.title,
|
||||
priority: task.priority,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user