Skip to content

Commit 67bb2ed

Browse files
committed
fix compile error, missing comma
1 parent b0927da commit 67bb2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proxy/ProxyManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ProxyManager {
4040
'hz:impl:multiMapService': MultiMapProxy,
4141
'hz:impl:ringbufferService': RingbufferProxy,
4242
'hz:impl:replicatedMapService': ReplicatedMapProxy,
43-
'hz:impl:semaphoreService': SemaphoreProxy
43+
'hz:impl:semaphoreService': SemaphoreProxy,
4444
'hz:impl:atomicLongService': AtomicLongProxy
4545
};
4646

0 commit comments

Comments
 (0)