()
| 24 | * @returns {Promise<InteractiveList[]>} - List of interactives |
| 25 | */ |
| 26 | export const getAllInteractives = () => fetchJson('/db/interactives?limit=1000') |
| 27 | |
| 28 | /** |
| 29 | * Updates an interactive in the database. |
nothing calls this directly
no outgoing calls
no test coverage detected