Rework Attachments as a bag (#193)

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov
2021-09-15 19:03:34 +02:00
committed by GitHub
parent 74d46558f1
commit bf9f479500
27 changed files with 923 additions and 833 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
CLIENT_TYPE=dev
ACCOUNTS_URL=/account
UPLOAD_URL=/upload
LOGIN_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbWFpbCI6InJvc2FtdW5kQGhjLmVuZ2luZWVyaW5nIiwid29ya3NwYWNlIjoid3MxIn0.crxqT7QUkpZiTmmxouB40LpMwK2CfTf76XqPFWIMyic
LOGIN_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbWFpbCI6InJvc2FtdW5kQGhjLmVuZ2luZWVyaW5nIiwid29ya3NwYWNlIjoidHJ4NDAifQ.dYsCF2VRbuc-zmRt0yLAww1_--xtX4P1EqPFREEzCjQ
# LOGIN_ENDPOINT=ws://localhost:3333
LOGIN_ENDPOINT=wss://transactor.hc.engineering/
+1 -1
View File
@@ -18,7 +18,7 @@ import { start } from '.'
import { encode } from 'jwt-simple'
const token = encode({ email: 'rosamund@hc.engineering', workspace: 'ws1' }, 'secret')
const token = encode({ email: 'rosamund@hc.engineering', workspace: 'trx40' }, 'secret')
console.log(token)
// eslint-disable-next-line @typescript-eslint/no-floating-promises
File diff suppressed because it is too large Load Diff
+255 -244
View File
File diff suppressed because it is too large Load Diff