mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-12-22 02:01:51 +01:00
Update AudioSpaceCoreFetcher.java
Fix typo in AudioSpaceCoreFetcher.js
This commit is contained in:
parent
ec83d01dca
commit
cc8db8e620
@ -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) {
|
||||
return Stitch.run(
|
||||
|
Loading…
Reference in New Issue
Block a user