Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

feat: removed indiscriminate * imports for explicit ones #304

Merged
merged 3 commits into from
Dec 16, 2020

Conversation

LeonFLK
Copy link
Contributor

@LeonFLK LeonFLK commented Dec 9, 2020

fixes KILTProtocol/ticket#857

Has no logic changes, just removes indiscriminate * as sdk imports in favor for explicit ones that are needed.

Checklist:

  • I have verified that the code works
  • I have verified that the code is easy to understand
    • If not, I have left a well-balanced amount of inline comments
  • I have left the code in a better state
  • I have documented the changes (where applicable)

Copy link
Contributor

@rflechtner rflechtner left a comment

Choose a reason for hiding this comment

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

Just a typo, but it doesn't build like this. LG otherwise

@@ -14,7 +14,7 @@ import { getCtypePropertyTitle } from '../../utils/CtypeUtils'

type Props = {
claimEntry: Claims.Entry
cTypeHash?: sdk.ICType['hash']
cTypeHash?: SDKICTypeu['hash']
Copy link
Contributor

Choose a reason for hiding this comment

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

typo alarm 🚨

Copy link
Contributor Author

Choose a reason for hiding this comment

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

WEEOO-WEEEOO
Danke, aber da hättest du auch ne suggestion commiten können.

Copy link
Contributor

Choose a reason for hiding this comment

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

das wär ja langweilig!

@LeonFLK LeonFLK merged commit bf0dfbf into develop Dec 16, 2020
@rflechtner rflechtner deleted the lw-857-imports branch December 17, 2020 09:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants