Skip to content

Commit

Permalink
type(favorite-star): change record type to Partial<CatalogRecord>
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Feb 22, 2024
1 parent 674b0fb commit eee3946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class FavoriteStarComponent implements AfterViewInit, OnDestroy {
map((favorites) => favorites.indexOf(this.record.uniqueIdentifier) > -1)
)
isAnonymous$ = this.platformService.isAnonymous()
record_: CatalogRecord
record_: Partial<CatalogRecord>
favoriteCount: number | null
loading = false
loginUrl = this.authService.loginUrl
Expand Down

0 comments on commit eee3946

Please sign in to comment.