Skip to content

Commit 0ac2e55

Browse files
author
Taois
committed
fix: drpy.jx拼写错误改为drpyS.jx
1 parent 56419bf commit 0ac2e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ export default (fastify, options, done) => {
354354

355355
const env = getEnv('');
356356
try {
357-
const backResp = await drpy.jx(jxPath, env, query);
357+
const backResp = await drpyS.jx(jxPath, env, query);
358358
const statusCode = 200;
359359
const mediaType = 'application/json; charset=utf-8';
360360
if (typeof backResp === 'object') {

0 commit comments

Comments
 (0)