Skip to content

Commit

Permalink
chore: Set static event realm
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Sep 7, 2024
1 parent 960861a commit a08ce4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/commands/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import SafariConsoleLog from '../device-log/safari-console-log';
import SafariNetworkLog from '../device-log/safari-network-log';
import { toLogEntry } from '../device-log/helpers';
import { NATIVE_WIN, BIDI_EVENT_NAME } from '../utils';
import { util } from 'appium/support';

/**
* Determines the websocket endpoint based on the `sessionId`
Expand Down Expand Up @@ -132,7 +131,7 @@ export default {
type,
level: finalEntry.level,
source: {
realm: util.uuidV4(),
realm: '',
},
text: finalEntry.message,
timestamp: finalEntry.timestamp,
Expand Down

0 comments on commit a08ce4f

Please sign in to comment.