Merge pull request #22 from Yiin/patch-1

Use uuid.v4 instead of v1
master
Viraj Trivedi 7 years ago committed by GitHub
commit 3a6e1d6070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@
import { Observable } from "rxjs";
import { WebSocketSubject } from 'rxjs/observable/dom/WebSocketSubject';
import { v1 as uuid } from "uuid";
import { v4 as uuid } from "uuid";
import { SHA256 } from "crypto-js";
export class RealTimeAPI {
@ -214,4 +214,4 @@ export class RealTimeAPI {
);
return subscription;
}
}
}

Loading…
Cancel
Save