diff --git a/types/net.luau b/types/net.luau index 33f82fa..e9b793e 100644 --- a/types/net.luau +++ b/types/net.luau @@ -83,7 +83,7 @@ export type ServeRequest = { query: { [string]: string? }, method: HttpMethod, headers: { [string]: string }, - body: string?, + body: string, } --[=[