mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore(network): Remove redundant ShouldUpload check
This commit is contained in:
parent
0f3a63420b
commit
6c8ed5c8d4
1 changed files with 1 additions and 1 deletions
|
|
@ -329,8 +329,8 @@ internal class NetworkHandlers : IDisposable, IServiceType
|
||||||
private IDisposable HandleMarketBoardPurchaseHandler()
|
private IDisposable HandleMarketBoardPurchaseHandler()
|
||||||
{
|
{
|
||||||
return this.OnMarketBoardPurchaseHandler()
|
return this.OnMarketBoardPurchaseHandler()
|
||||||
|
.Zip(this.OnMarketBoardPurchase())
|
||||||
.Where(this.ShouldUpload)
|
.Where(this.ShouldUpload)
|
||||||
.Zip(this.OnMarketBoardPurchase().Where(this.ShouldUpload))
|
|
||||||
.Subscribe(
|
.Subscribe(
|
||||||
data =>
|
data =>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue