Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnzhou committed Feb 12, 2024
1 parent cf6dc6b commit 43dfbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LCLPingAuth/Auth/Authenticate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import Foundation

public func deserialize<T: Decodable>(json: Dat, as: T) throws -> T? {
public func deserialize<T: Decodable>(json: Data, as: T) throws -> T? {
return try JSONDecoder().decode(T.self, from: json)
}

Expand Down

0 comments on commit 43dfbcb

Please sign in to comment.