mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Bump node to 14 (#296)
* Bump node to 14 * Change engine node to ~14. Fix linting
This commit is contained in:
@@ -32,9 +32,9 @@ import { FolderView } from 'jslib/models/view/folderView';
|
||||
|
||||
import { EncString } from 'jslib/models/domain/encString';
|
||||
|
||||
import { ErrorResponse } from 'jslib/models/response/errorResponse';
|
||||
import { Response } from 'jslib/cli/models/response';
|
||||
import { StringResponse } from 'jslib/cli/models/response/stringResponse';
|
||||
import { ErrorResponse } from 'jslib/models/response/errorResponse';
|
||||
|
||||
import { SendType } from 'jslib/enums/sendType';
|
||||
|
||||
|
||||
@@ -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