Closed allanbowe closed 1 year ago
Today in the latest version of the extension, we witnessed the following:
.env.target
Subsequently we used the CLI to perform a sasjs fs sync and the operation failed. This is due to the .env.target file having been updated as follows:
sasjs fs sync
CLIENT=undefined SECRET=undefined
We suspect this behaviour occurred as part of the auth flow of the extension.
:tada: This issue has been resolved in version 1.25.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Today in the latest version of the extension, we witnessed the following:
.env.target
file was created with a CLIENT/SECRETSubsequently we used the CLI to perform a
sasjs fs sync
and the operation failed. This is due to the.env.target
file having been updated as follows:We suspect this behaviour occurred as part of the auth flow of the extension.