hmt 3 tahun lalu
induk
melakukan
941bf43113
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      bbb.ts

+ 1 - 1
bbb.ts

@@ -12,7 +12,7 @@ export class BBB {
     this.call = req.params.call
     this.checksum_incoming = req.query.checksum
     this.query = req._parsedUrl?.query || ""
-    this.params = this.query.replace(/[?|&]checksum.*$/, '')
+    this.params = this.query.replace(/[?&]?checksum.*$/, '')
     this.meeting_id = req.query.meetingID
     this.url = req.originalUrl
     console.log(`New call to ${this.call}`)