usync: add lid protocol

This commit is contained in:
Rajeh Taher
2025-04-09 20:16:51 +03:00
parent 1ab7f9b561
commit 642bfd825a
2 changed files with 29 additions and 0 deletions
+4
View File
@@ -108,4 +108,8 @@ export class USyncQuery {
return this
}
withLIDProtocol() {
this.protocols.push(new USyncLIDProtocol())
return this
}
}