mirror of
https://github.com/bitwarden/cli
synced 2025-12-29 14:33:15 +00:00
Bump node to 14 (#296)
* Bump node to 14 * Change engine node to ~14. Fix linting
This commit is contained in:
@@ -183,7 +183,7 @@ export class SendProgram extends Program {
|
||||
const { fullObject = false } = args.parent.opts();
|
||||
const mergedOptions = {
|
||||
...options,
|
||||
fullObject
|
||||
fullObject: fullObject,
|
||||
};
|
||||
|
||||
const response = await this.runCreate(encodedJson, mergedOptions);
|
||||
|
||||
Reference in New Issue
Block a user