Skip to content

Commit

Permalink
Update Sources/WebSocketKit/PMCE.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Gwynne Raskind <gwynne@darkrainfall.org>
  • Loading branch information
jhoughjr and gwynne committed Aug 29, 2023
1 parent 2412edf commit e9d53f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WebSocketKit/PMCE.swift
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public final class PMCE: Sendable {
if logging {
logger.trace("no configs found ...")
}
return [ClientServerPMCEConfig]()
return []
}
}

Expand Down

0 comments on commit e9d53f5

Please sign in to comment.