Skip to content

Commit

Permalink
Fixing merge
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmendesfilho committed Apr 25, 2023
1 parent f1b372f commit 2f422bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/RateLimit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import Foundation

public struct RateLimit {
public struct RateLimit: Codable {
/// Rate limit entries
public let entries: [String: Int]

Expand Down

0 comments on commit 2f422bf

Please sign in to comment.