Import getURL to fix deprecation warnings (#52)

This commit is contained in:
Mark VanLandingham
2020-10-07 12:58:52 +11:00
committed by GitHub
parent 386635d693
commit d643cf742e
2 changed files with 2 additions and 0 deletions
@@ -5,6 +5,7 @@ import {
} from "discourse-common/utils/decorators";
import getURL from "discourse-common/lib/get-url";
import RestModel from "discourse/models/rest";
import getURL from "discourse-common/lib/get-url";
const Query = RestModel.extend({
dirty: false,