Strange auth conversion when value contains "-" character
thim81 opened this issue · 4 comments
thim81 commented
zomgbre commented
I'm seeing the same issue with the latest version:
auth(config, Var) {
config.headers.x - api - key = `${pm[Var]("API_KEY")}`;
}
thim81 commented
@zomgbre It issue is linked to handling of special characters when chaining properties.
I'll try to find to work on a fix, but it might take some time.