8000 Merge pull request #409 from Kuzmanov/408-fix-gateway-timeout-typo · notion-dotnet/notion-sdk-net@4197ea8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4197ea8

Browse files
Merge pull request #409 from Kuzmanov/408-fix-gateway-timeout-typo
Change GetewayTimeout to GatewayTimeout (typo fix)
2 parents 5e0882b + 59fd005 commit 4197ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Notion.Client/NotionAPIErrorCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ public enum NotionAPIErrorCode
4949
DatabaseConnectionUnavailable,
5050

5151
[EnumMember(Value = "gateway_timeout")]
52-
GetewayTimeout
52+
GatewayTimeout
5353
}
5454
}

0 commit comments

Comments
 (0)
0