Commit c2a7bc7
authored
Update AssetService:SearchAudio method with correct error "got" type (#819)
## Changes
Currently, the doocumentation for the `AssetService:SearchAudio` method
incorrectly states that the error for when `SearchKeyword` is moderated
is "Unexpected type for data, expected array got void"; instead this
error actually states that the got type is "null" (IE: "Unexpected type
for data, expected array got null"). This can be verified by running
relevant code in Studio.
## Checks
By submitting your pull request for review, you agree to the following:
- [X] This contribution was created in whole or in part by me, and I
have the right to submit it under the terms of this repository's open
source licenses.
- [X] I understand and agree that this contribution and a record of it
are public, maintained indefinitely, and may be redistributed under the
terms of this repository's open source licenses.
- [X] To the best of my knowledge, all proposed changes are accurate.1 parent 86e0565 commit c2a7bc7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | | - | |
| 464 | + | |
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| |||
0 commit comments