Skip to content

Commit 73d56ea

Browse files
committed
Make WebSocketResult type private
1 parent cf200f8 commit 73d56ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wisp/websocket.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type WebSocketAction {
4343
Close
4444
}
4545

46-
pub type WebSocketResult {
46+
type WebSocketResult {
4747
ContinueWith(State)
4848
StopNow
4949
StopWithErrorResult(String)

0 commit comments

Comments
 (0)