fix: session refresh works as intended now (#5330)
* fix: session refresh works as intended now * use code-defined defaults for expires and session_expires * fix sqlx * database migration drop defaults * run fmt * remove comment in migration Signed-off-by: Xander <xander@isxander.dev> --------- Signed-off-by: Xander <xander@isxander.dev>
This commit is contained in:
@@ -440,6 +440,7 @@ pub async fn calculate_fees(
|
||||
&**pool,
|
||||
&redis,
|
||||
&session_queue,
|
||||
false,
|
||||
)
|
||||
.await?
|
||||
.ok_or_else(|| {
|
||||
@@ -472,6 +473,7 @@ pub async fn create_payout(
|
||||
&**pool,
|
||||
&redis,
|
||||
&session_queue,
|
||||
false,
|
||||
)
|
||||
.await?
|
||||
.ok_or_else(|| {
|
||||
|
||||
Reference in New Issue
Block a user