Closed KristjanESPERANTO closed 2 years ago
Thanks for pointing this out!
Can you adapt the import
s to still keep the profile's name in the variable? I think it makes the code slightly more understandable. E.g. import {profile as dbProfile} from 'hafas-client/p/db/index.js'
. 🙏
Ok, I adjusted it like this :slightly_smiling_face:
I just stumbled across a typo, sorry. But now I should be done.
Thank you! I have squashed and merged your commits in d8805d9.
Nice. Should I do an extra PR for the typo? I obviously committed it too late.
I have cherry-picked the typo fix as fc1afe06.
The examples in the docs don't work because
profile
is returned instead ofdbProfile
.