MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / putUpdateMyQuincyEmail

Function putUpdateMyQuincyEmail

client/src/utils/ajax.ts:437–441  ·  view source on GitHub ↗
(update: {
  sendQuincyEmail: boolean;
})

Source from the content-addressed store, hash-verified

435}
436
437export function putUpdateMyQuincyEmail(update: {
438 sendQuincyEmail: boolean;
439}): Promise<ResponseWithData<void>> {
440 return put('/update-my-quincy-email', update);
441}
442
443export function putUpdateMySocrates(update: {
444 socrates: boolean;

Callers

nothing calls this directly

Calls 1

putFunction · 0.85

Tested by

no test coverage detected