Skip to content

Commit

Permalink
package lock & lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Jul 31, 2023
1 parent 2293f4e commit 4d2a308
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/sync/src/connect-webrtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export function connectWebRTC( objectId, objectType, doc ) {
new WebrtcProvider( docName, doc, {
signaling: [
//'ws://localhost:4444',
// @ts-ignore
window.wp.ajax.settings.url,
],
// @ts-ignore
Expand Down

0 comments on commit 4d2a308

Please sign in to comment.