Skip to content

Commit

Permalink
Update packages/gotrue/lib/src/gotrue_client.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Vinzent <[email protected]>
  • Loading branch information
dshukertjr and Vinzent03 authored Apr 3, 2024
1 parent 01e46d9 commit dfd6458
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gotrue/lib/src/gotrue_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,6 @@ class GoTrueClient {
void startAutoRefresh() async {
stopAutoRefresh();

// final ticker = setInterval(() => this._autoRefreshTokenTick(), AUTO_REFRESH_TICK_DURATION)
_autoRefreshTicker = Timer.periodic(
Constants.autoRefreshTickDuration,
(Timer t) => _autoRefreshTokenTick(),
Expand Down

0 comments on commit dfd6458

Please sign in to comment.