mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix linting error
This commit is contained in:
parent
750ca3460c
commit
cd1078407c
@ -36,7 +36,9 @@ const communityAPI = {
|
|||||||
return apiGet(CONFIG.COMMUNITY_API_STATE_BALANCE_URL + 'getBalance/' + session_id)
|
return apiGet(CONFIG.COMMUNITY_API_STATE_BALANCE_URL + 'getBalance/' + session_id)
|
||||||
},
|
},
|
||||||
transactions: async (session_id) => {
|
transactions: async (session_id) => {
|
||||||
return apiGet(CONFIG.COMMUNITY_API_STATE_BALANCE_URL + 'listTransactions/1/25/ASC/' + session_id)
|
return apiGet(
|
||||||
|
CONFIG.COMMUNITY_API_STATE_BALANCE_URL + 'listTransactions/1/25/ASC/' + session_id,
|
||||||
|
)
|
||||||
},
|
},
|
||||||
/*create: async (session_id, email, amount, memo, target_date = new Date() ) => {
|
/*create: async (session_id, email, amount, memo, target_date = new Date() ) => {
|
||||||
const payload = {
|
const payload = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user