Removes the port from the development domain.
()
| 99 | |
| 100 | |
| 101 | def _get_api_domain() -> str: |
| 102 | """ |
| 103 | Removes the port from the development domain. |
| 104 | """ |
| 105 | return API_DOMAIN.split(':')[0] |
| 106 | |
| 107 | |
| 108 | class SupabaseUserData(pydantic.BaseModel): |
no outgoing calls
no test coverage detected
searching dependent graphs…