From a0fd161b337eab9c5131bef491dd32955c9a298a Mon Sep 17 00:00:00 2001 From: Codex Date: Tue, 19 May 2026 06:27:23 +0000 Subject: [PATCH] chore(dev): pin v1 provider default fix --- deploy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy.json b/deploy.json index 6d6ee428..8e1c429b 100644 --- a/deploy.json +++ b/deploy.json @@ -85,17 +85,17 @@ { "id": "backend-core", "repo": "https://github.com/pikasTech/unidesk", - "commitId": "9f1a7529b4601e32524181ea871fd362e90c83a2" + "commitId": "0cf73d817f14032ad6038fd47ec402c87bf059bb" }, { "id": "frontend", "repo": "https://github.com/pikasTech/unidesk", - "commitId": "9f1a7529b4601e32524181ea871fd362e90c83a2" + "commitId": "0cf73d817f14032ad6038fd47ec402c87bf059bb" }, { "id": "code-queue", "repo": "https://github.com/pikasTech/unidesk", - "commitId": "9f1a7529b4601e32524181ea871fd362e90c83a2" + "commitId": "0cf73d817f14032ad6038fd47ec402c87bf059bb" } ] }