Skip to content

Conversation

@metalwarrior665
Copy link
Member

I have no idea why we had such a wrong type there.

  1. There doesn't have to be latest tag
  2. Tags are arbitrary strings

@metalwarrior665 metalwarrior665 merged commit 3bda7ee into master Nov 28, 2024
6 of 7 checks passed
@metalwarrior665 metalwarrior665 deleted the fix/actor-tagged-builds-type branch November 28, 2024 12:53
export interface ActorTaggedBuilds {
latest: ActorTaggedBuild;
}
export type ActorTaggedBuilds = Record<string, ActorTaggedBuild>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure why this is not checked via eslint, there should be a semicolon at the end 🙃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants