This commit is contained in:
Steffen van der Vaart 2023-07-17 21:38:32 -05:00 committed by GitHub
commit 17acc44fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ public class AudioSpaceCoreFetcher {
} }
/** /**
* Use stitch to fetch mulitiple AudioSpace Objects at once * Use stitch to fetch multiple AudioSpace Objects at once
*/ */
public Future<List<Try<Fetch.Result<AudioSpace>>>> fetchBulkSpaces(Set<String> spaceIds) { public Future<List<Try<Fetch.Result<AudioSpace>>>> fetchBulkSpaces(Set<String> spaceIds) {
return Stitch.run( return Stitch.run(