@nger/fk-upload 1.0.195 → 1.0.196

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -167,7 +167,7 @@ let TaskManageController = class TaskManageController {
167
167
  status: where.status,
168
168
  ...query
169
169
  })}`;
170
- const finishUrl = (filename) => `/@nger/fk-upload/finish-task?filename=${filename}&callback=${encodeURIComponent(finishCallback)}`;
170
+ const finishUrl = (filename) => `/@nger/fk-upload/finish-task?filename=${encodeURIComponent(filename)}&callback=${encodeURIComponent(finishCallback)}`;
171
171
  const logins = await this.db.manager.find(entities_1.FkLoginEntity, { where: {} });
172
172
  const getLogin = (id) => {
173
173
  return logins.find(it => it.fkLoginId = id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.195",
3
+ "version": "1.0.196",
4
4
  "description": "nger fk upload",
5
5
  "main": "dist/electon.js",
6
6
  "types": "dist/core.d.ts",