Fix function logs (#18215)

as title
This commit is contained in:
martmull
2026-02-25 10:36:19 +01:00
committed by GitHub
parent e6a415b438
commit b84a8588be
@@ -620,7 +620,7 @@ export class ApiService {
const twentyConfig = await this.configService.getConfig();
const wsClient = createClient({
url: twentyConfig.apiUrl + '/graphql',
url: twentyConfig.apiUrl + '/metadata',
headers: {
Authorization: `Bearer ${twentyConfig.apiKey}`,
'Content-Type': 'application/json',