mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
string fixes
This commit is contained in:
parent
561a2960b7
commit
c33724e3bf
@ -10,8 +10,8 @@ require('dotenv').config()
|
|||||||
|
|
||||||
// ======== Preparation ======== //
|
// ======== Preparation ======== //
|
||||||
const conn = new driver.Connection('https://example.com/api/v1/', {
|
const conn = new driver.Connection('https://example.com/api/v1/', {
|
||||||
header1: header1_value,
|
header1: 'header1_value',
|
||||||
header2: header2_value
|
header2: 'header2_value'
|
||||||
})
|
})
|
||||||
|
|
||||||
const alice = new driver.Ed25519Keypair()
|
const alice = new driver.Ed25519Keypair()
|
||||||
|
@ -10,8 +10,8 @@ require('dotenv').config()
|
|||||||
|
|
||||||
// ======== Preparation ======== //
|
// ======== Preparation ======== //
|
||||||
const conn = new driver.Connection('https://example.com/api/v1/', {
|
const conn = new driver.Connection('https://example.com/api/v1/', {
|
||||||
header1: header1_value,
|
header1: 'header1_value',
|
||||||
header2: header2_value
|
header2: 'header2_value'
|
||||||
})
|
})
|
||||||
|
|
||||||
const alice = new driver.Ed25519Keypair()
|
const alice = new driver.Ed25519Keypair()
|
||||||
|
@ -10,8 +10,8 @@ require('dotenv').config()
|
|||||||
|
|
||||||
// ======== Preparation ======== //
|
// ======== Preparation ======== //
|
||||||
const conn = new driver.Connection('https://example.com/api/v1/', {
|
const conn = new driver.Connection('https://example.com/api/v1/', {
|
||||||
header1: header1_value,
|
header1: 'header1_value',
|
||||||
header2: header2_value
|
header2: 'header2_value'
|
||||||
})
|
})
|
||||||
|
|
||||||
const alice = new driver.Ed25519Keypair()
|
const alice = new driver.Ed25519Keypair()
|
||||||
|
Loading…
Reference in New Issue
Block a user