usync: add lid protocol
This commit is contained in:
@@ -108,4 +108,8 @@ export class USyncQuery {
|
||||
return this
|
||||
}
|
||||
|
||||
withLIDProtocol() {
|
||||
this.protocols.push(new USyncLIDProtocol())
|
||||
return this
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user