Skip to content

Commit

Permalink
Fix 'document' is not defined [no-undef] lint in queue_job
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Oct 21, 2024
1 parent c0b4648 commit 4e81e3b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import {useService} from "@web/core/utils/hooks";

const {Component, onWillStart, useEffect, useRef} = owl;

const {document} = globalThis;

class JobDirectGraph extends Component {
static props = {...standardFieldProps};
static template = "queue.JobDirectGraph";
Expand Down

0 comments on commit 4e81e3b

Please sign in to comment.