Skip to content
Snippets Groups Projects
Commit abcc9a37 authored by Moritz Langenstein's avatar Moritz Langenstein
Browse files

(ml5717) Fixed yml stage artifacts of drawing-crdt

parent be35da60
No related branches found
No related tags found
1 merge request!71Rust WASM CRDT implementation
Pipeline #108677 failed
......@@ -23,7 +23,7 @@ submodule_fetch:
- src/signalbuddy
- src/yjs
- src/tiny-worker
- src/drawing-crdt
- src/drawing-crdt/pkg
npm_install_prod:
stage: deps
......@@ -39,6 +39,7 @@ npm_install_prod:
- src/signalbuddy
- src/yjs
- src/tiny-worker
- src/drawing-crdt/pkg
npm_install:
stage: deps
......@@ -54,6 +55,7 @@ npm_install:
- src/signalbuddy
- src/yjs
- src/tiny-worker
- src/drawing-crdt/pkg
format_check:
stage: check
......
......@@ -48,7 +48,7 @@ class WasmCRDTWrapper {
this.room = null
}
static async initialise(room, /*Connection*/) {
static async initialise(room /*Connection*/) {
const { WasmCRDT } = await WasmCRDTAsync
room.crdt = new WasmCRDTWrapper(WasmCRDT, room)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment