mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-23 10:06:02 +00:00
oapi: fix guild discovery requirements
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -26,7 +26,7 @@ router.get(
|
||||
route({
|
||||
responses: {
|
||||
200: {
|
||||
body: "GuildDiscoveryRequirements",
|
||||
body: "GuildDiscoveryRequirementsResponse",
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export interface GuildDiscoveryRequirements {
|
||||
export interface GuildDiscoveryRequirementsResponse {
|
||||
uild_id: string;
|
||||
safe_environment: boolean;
|
||||
healthy: boolean;
|
||||
|
||||
Reference in New Issue
Block a user