mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
server: Fix missing .js import for request_interface
This commit is contained in:
parent
ed0970b33b
commit
3595ace249
@ -4,7 +4,7 @@ import utils from "./utils.js";
|
||||
import log from "./log.js";
|
||||
import url from "url";
|
||||
import syncOptions from "./sync_options.js";
|
||||
import { ExecOpts } from './request_interface';
|
||||
import { ExecOpts } from './request_interface.js';
|
||||
|
||||
// this service provides abstraction over node's HTTP/HTTPS and electron net.client APIs
|
||||
// this allows supporting system proxy
|
||||
|
@ -18,7 +18,7 @@ import entityChangesService from "./entity_changes.js";
|
||||
import entityConstructor from "../becca/entity_constructor.js";
|
||||
import becca from "../becca/becca.js";
|
||||
import { EntityChange, EntityChangeRecord, EntityRow } from './entity_changes_interface.js';
|
||||
import { CookieJar, ExecOpts } from './request_interface';
|
||||
import { CookieJar, ExecOpts } from './request_interface.js';
|
||||
import setupService from "./setup.js";
|
||||
import consistency_checks from "./consistency_checks.js";
|
||||
import becca_loader from "../becca/becca_loader.js";
|
||||
|
Loading…
x
Reference in New Issue
Block a user