Skip to content

Commit

Permalink
PR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martindsq committed Apr 10, 2024
1 parent 8aee5a3 commit a82903d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Nos/Service/NamesAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ class NamesAPI {
throw Error.unexpected
}

/// Verifies that a given username is free to claim in nos.social
/// Verifies that a given username is free to claim in nos.social, or has
/// already been claimed by the given `publicKey`.
func checkAvailability(username: String, publicKey: PublicKey) async throws -> Bool {
let result = try await ping(
username: username,
Expand Down

0 comments on commit a82903d

Please sign in to comment.