Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small improvements #26

Conversation

christian-weiss
Copy link

Einpaar Einträge waren "doppelt" (identischer key). Der Wert des zuletzt definierten key setzte sich immer durch. Die unnötige "Dopplung" habe ich entfernt und das statement mit Semikolon (welches fehlte) abgeschlossen.

Bitte vor dem merge einmal testen, ob das Verhalten nach der Änderung immer noch korrekt ist.

Comment on lines -96 to 97
"5gl-inet": {id: "gl-inet", name: "GL-Inet"},
"5gl-inet": {id: "gl", name: "GL Innovations"},
Copy link
Member

Choose a reason for hiding this comment

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

Das geht so nicht. Das sind 2 Unterschiedliche Modelle die einfach nur den gleichen Key nutzen. Richtig wäre gewesen den Key an zu passen.

Copy link
Author

Choose a reason for hiding this comment

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

stimmt da war ich zu schnell.

"13wd-ny-net": {id: "wd-ny-net", name: "WD My Net"},
"13wd-ny-net": {id: "raspberrypi", name: "Raspberry Pi"},
Copy link
Member

Choose a reason for hiding this comment

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

Das geht so nicht. Das sind 2 Unterschiedliche Modelle die einfach nur den gleichen Key nutzen. Richtig wäre gewesen den Key an zu passen.

Copy link
Author

Choose a reason for hiding this comment

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

stimmt da war ich zu schnell.

@christian-weiss
Copy link
Author

zu gunsten eines neuen und sauberen PRs (#27) wird diese PR hier geschlossen

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.

2 participants