fix: incorrect dictionary type by elringus · Pull Request #167 · elringus/bootsharp · GitHub
Skip to content

fix: incorrect dictionary type#167

Merged
elringus merged 2 commits into
mainfrom
fix/dict-type
Jan 5, 2025
Merged

fix: incorrect dictionary type#167
elringus merged 2 commits into
mainfrom
fix/dict-type

Conversation

@elringus

@elringus elringus commented Jan 5, 2025

Copy link
Copy Markdown
Owner

fixes #166

@codecov

codecov Bot commented Jan 5, 2025

Copy link
Copy Markdown

@elringus elringus merged commit 85a639e into main Jan 5, 2025
@elringus elringus deleted the fix/dict-type branch January 5, 2025 14:13
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.

Dictionary types are declared as Map<K,V> when they should be Record<K,V>

1 participant