Skip to content

Commit 4b765a8

Browse files
Merge pull request #1 from gitonga123/fix/draftdocument
Bug Fix: draftDocument.js saveFileUsage is not defined.
2 parents d04b790 + 4a7108e commit 4b765a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSignServer/cloud/customRoute/v1/routes/draftDocument.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import axios from 'axios';
2-
import { customAPIurl } from '../../../../Utils.js';
2+
import { customAPIurl, saveFileUsage } from '../../../../Utils.js';
33

44
// const randomId = () => Math.floor(1000 + Math.random() * 9000);
55
export default async function draftDocument(request, response) {

0 commit comments

Comments
 (0)