Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ fetchApikeysFailure
Function
fetchApikeysFailure
frontend/src/Redux/actions.ts:73–78 ·
view source on GitHub ↗
(error: any)
Source
from the content-addressed store, hash-verified
71
};
72
73
export
const
fetchApikeysFailure = (error: any) => {
74
return
{
75
type
:
'FETCH_APIKEY_FAILURE'
,
76
payload: error,
77
};
78
};
79
export
const
fetchPluginRequest = () => {
80
return
{
81
type
:
'FETCH_PLUGIN_REQUEST'
,
Callers
1
fetchApikeysData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected