Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
fixes #69
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonPatmore committed Sep 18, 2020
1 parent 2cab3ed commit bcc1e52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/resources/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Arbiter(
System.currentTimeMillis() - 15
} else {
latestTimeChecked.time
}, event
} / 1000, event
)
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import com.github.scribejava.core.model.OAuth2AccessToken
import com.github.scribejava.core.model.OAuthConstants
import com.github.scribejava.core.model.OAuthRequest
import com.github.scribejava.core.model.Verb
import com.github.scribejava.core.oauth.OAuth20Service
import com.landonpatmore.yahoofantasybot.bot.utils.models.YahooApiRequest
import com.landonpatmore.yahoofantasybot.shared.database.Db
import com.landonpatmore.yahoofantasybot.shared.utils.models.EnvVariable
Expand Down

0 comments on commit bcc1e52

Please sign in to comment.