We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2860661 commit 2f0ab28Copy full SHA for 2f0ab28
pkg/github/server.go
@@ -219,7 +219,7 @@ func convertStringToBigInt(s string, def int64) int64 {
219
return v
220
}
221
222
-// OptionalStringArrayParam is a helper function that can be used to fetch a requested parameter from the request.
+// OptionalBigIntArrayParam is a helper function that can be used to fetch a requested parameter from the request.
223
// It does the following checks:
224
// 1. Checks if the parameter is present in the request, if not, it returns its zero-value
225
// 2. If it is present, iterates the elements and checks each is a string
0 commit comments