(server: ServerPublic)
| 18 | |
| 19 | // TODO: Handle this at the API level |
| 20 | export function getServerDescription(server: ServerPublic) { |
| 21 | return ( |
| 22 | server.description ?? `Join the ${server.name} server to ask questions!` |
| 23 | ); |
| 24 | } |
no outgoing calls
no test coverage detected