Explorar el Código

fix import/export adapter

afrokick hace 5 años
padre
commit
7a55281e17
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lib/adapter.ts

+ 2 - 2
lib/adapter.ts

@@ -1,3 +1,3 @@
-export {webRTCAdapter} from "webrtc-adapter";
+import webRTCAdapter from "webrtc-adapter";
 
-// export { webRTCAdapter };
+export { webRTCAdapter };