MCPcopy
hub / github.com/refinedev/refine / acknowledgeRaffle

Function acknowledgeRaffle

packages/devtools-ui/src/utils/me.ts:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59};
60
61export const acknowledgeRaffle = async () => {
62 try {
63 await fetch(`${REFINE_API_URL}/users/me/raffle/acknowledge`);
64 } catch (_) {
65 //
66 }
67};

Callers 1

RaffleHandlerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected