Fix caching mistake
This commit is contained in:
parent
aa9c70a706
commit
58405d92a1
1 changed files with 3 additions and 1 deletions
|
@ -65,7 +65,9 @@
|
|||
text: responseText
|
||||
})
|
||||
|
||||
await GetEpisodeQuery.fetch();
|
||||
await GetEpisodeQuery.fetch({
|
||||
policy: CachePolicy.NetworkOnly
|
||||
});
|
||||
|
||||
responseText = "";
|
||||
} catch(e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue