Skip to content

Commit 79cbf42

Browse files
faychingCheng Feng
andauthored
fix:parseFunction error: {} (#1677)
Co-authored-by: Cheng Feng <v02943@intranet.bochk.com>
1 parent ce6f4a7 commit 79cbf42

File tree

3 files changed

+0
-36
lines changed

3 files changed

+0
-36
lines changed

mockServer/src/assets/json/appinfo.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,21 +1684,6 @@
16841684
"created_at": "2022-07-01T03:21:19.000Z",
16851685
"updated_at": "2022-07-01T03:21:19.000Z"
16861686
},
1687-
{
1688-
"id": 146,
1689-
"name": "npm",
1690-
"type": "function",
1691-
"content": {
1692-
"type": "JSFunction",
1693-
"value": "''"
1694-
},
1695-
"app": 1,
1696-
"category": "utils",
1697-
"created_by": null,
1698-
"updated_by": null,
1699-
"created_at": "2022-08-29T06:54:02.000Z",
1700-
"updated_at": "2023-01-05T01:00:52.000Z"
1701-
},
17021687
{
17031688
"id": 102,
17041689
"name": "Pager",

mockServer/src/mock/get/app-center/apps/extension/list.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,6 @@
6666
"created_at": "2022-07-01T03:21:19.000Z",
6767
"updated_at": "2022-07-01T03:21:19.000Z"
6868
},
69-
{
70-
"id": 146,
71-
"name": "npm",
72-
"type": "function",
73-
"content": {
74-
"type": "JSFunction",
75-
"value": "''"
76-
},
77-
"app": 1,
78-
"category": "utils",
79-
"created_at": "2022-08-29T06:54:02.000Z",
80-
"updated_at": "2023-01-05T01:00:52.000Z"
81-
},
8269
{
8370
"id": 102,
8471
"name": "Pager",

mockServer/src/mock/get/app-center/v1/apps/schema/1.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2158,14 +2158,6 @@
21582158
"main": ""
21592159
}
21602160
},
2161-
{
2162-
"name": "npm",
2163-
"type": "function",
2164-
"content": {
2165-
"type": "JSFunction",
2166-
"value": "''"
2167-
}
2168-
},
21692161
{
21702162
"name": "Pager",
21712163
"type": "npm",

0 commit comments

Comments
 (0)