Skip to content

Commit

Permalink
fixup! perf(dashboard): implement widget item api v2
Browse files Browse the repository at this point in the history
  • Loading branch information
st3iny committed Aug 18, 2023
1 parent 0880a1d commit efe963b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/Dashboard/CalendarWidgetV2.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ public function getItemsV2(string $userId, ?string $since = null, int $limit = 7
);
}

/**
* @inheritDoc
*/
public function getReloadInterval(): int {
return 60;
}

/**
* @inheritDoc
*/
Expand Down

0 comments on commit efe963b

Please sign in to comment.