Skip to content

Commit

Permalink
perf: 添加翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron3S committed Oct 11, 2024
1 parent 055de22 commit ee21605
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ private void startWaitIdleTime() {
return;
}
if (LocalDateTime.now().isAfter(this.dynamicEndTime)) {
this.close("OverMaxSessionTimeError", this.dynamicEndReason, this.dynamicEndTime);
this.close("PermissionAlreadyExpired", this.dynamicEndReason);
return;
}

Expand Down

0 comments on commit ee21605

Please sign in to comment.