mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
DEV: Enable discourse-common-imports
eslint rule (#30742)
Applies the autofix, which caught a few places that were missed in the original find/replace See https://github.com/discourse/lint-configs/pull/91
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { cancel, debounce } from "@ember/runloop";
|
||||
import Service, { service } from "@ember/service";
|
||||
import { isTesting } from "discourse-common/config/environment";
|
||||
import { isTesting } from "discourse/lib/environment";
|
||||
|
||||
const KEEP_ALIVE = 10 * 1000; // 10 seconds
|
||||
|
||||
|
Reference in New Issue
Block a user