Skip to content

Commit

Permalink
Update Discord.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Toffoloni <[email protected]>
  • Loading branch information
fpseverino and ptoffy authored Nov 14, 2024
1 parent f3d5d1f commit 7126c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ImperialDiscord/Discord.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class Discord: FederatedService {

@discardableResult
public required init(
routes: any RoutesBuilder,
routes: some RoutesBuilder,
authenticate: String,
authenticateCallback: ((Request) async throws -> Void)?,
callback: String,
Expand Down

0 comments on commit 7126c1f

Please sign in to comment.