We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 819f25f + a152e4c commit bc9296eCopy full SHA for bc9296e
apps/server/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@apps/server",
3
- "version": "0.2.4",
+ "version": "0.2.5",
4
"description": "server",
5
"productName": "server",
6
"private": true,
apps/server/server/controllers/view.js
@@ -64,7 +64,6 @@ const userDetail = async (ctx) => {
64
user,
65
runtime,
66
clusterRole,
67
- config: { ...clientConfig, supportGpuType, gitopsEngine }
68
};
69
70
ctx.body = data;
0 commit comments