mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: e2e tests
This commit is contained in:
@@ -189,10 +189,9 @@
|
|||||||
:s3-key key
|
:s3-key key
|
||||||
:schema-version (str major-schema-version)
|
:schema-version (str major-schema-version)
|
||||||
:graph-name remote-graph-name
|
:graph-name remote-graph-name
|
||||||
;; FIXME: use local graph uuid instead of creating new one
|
|
||||||
:graph-uuid (:kv/value (:logseq.kv/graph-uuid @conn))
|
|
||||||
:encrypted-aes-key
|
:encrypted-aes-key
|
||||||
(ldb/write-transit-str encrypted-aes-key)}))]
|
(ldb/write-transit-str encrypted-aes-key)}))]
|
||||||
|
;; FIXME: use local graph uuid instead of creating new one
|
||||||
(if-let [graph-uuid (:graph-uuid upload-resp)]
|
(if-let [graph-uuid (:graph-uuid upload-resp)]
|
||||||
(let [schema-version (ldb/get-graph-schema-version @conn)]
|
(let [schema-version (ldb/get-graph-schema-version @conn)]
|
||||||
(ldb/transact! conn
|
(ldb/transact! conn
|
||||||
|
|||||||
Reference in New Issue
Block a user