You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(types): add non-null assertion to lastActivityAt access
Remove TypeScript expect errors by asserting non-null values when
accessing the last element with `.at(-1)!`. This ensures type safety
and avoids suppressing errors related to potential undefined values
in repository arrays sorted by last activity date.
0 commit comments