From 5ce0e0fd7a6597d612b692945d0d6112bd06cdc8 Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 19 Jun 2025 19:18:50 +0900 Subject: [PATCH] fix ask-ai --- oauth/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth/src/App.jsx b/oauth/src/App.jsx index e597cbf..dd86627 100644 --- a/oauth/src/App.jsx +++ b/oauth/src/App.jsx @@ -89,7 +89,7 @@ Answer:` try { const timestamp = new Date().toISOString() const conversationRecord = { - repo: adminData.did, + repo: user.did, collection: 'ai.syui.log.chat', record: { type: 'ai.syui.log.chat',