Skip to content

Commit

Permalink
Merge pull request #409 from Kuzmanov/408-fix-gateway-timeout-typo
Browse files Browse the repository at this point in the history
Change GetewayTimeout to GatewayTimeout (typo fix)
  • Loading branch information
KoditkarVedant authored Oct 29, 2024
2 parents 5e0882b + 59fd005 commit 4197ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Notion.Client/NotionAPIErrorCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ public enum NotionAPIErrorCode
DatabaseConnectionUnavailable,

[EnumMember(Value = "gateway_timeout")]
GetewayTimeout
GatewayTimeout
}
}

0 comments on commit 4197ea8

Please sign in to comment.