(msg: unknown)
| 78 | // ---------------------------------------------------------------------------- |
| 79 | let DEBUG_MODE = false; |
| 80 | function logDebug(msg: unknown) { |
| 81 | if (DEBUG_MODE) console.log(`[DEBUG]`, msg); |
| 82 | } |
| 83 | |
| 84 | // ---------------------------------------------------------------------------- |
| 85 | // Retool API helpers |
no outgoing calls
no test coverage detected