mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-19 19:21:15 -05:00
removed console log
This commit is contained in:
@@ -19,7 +19,6 @@ export const updateResponse = async (
|
||||
responseId: string,
|
||||
apiHost: string
|
||||
): Promise<TResponse> => {
|
||||
console.log(responseInput);
|
||||
const res = await fetch(`${apiHost}/api/v1/client/responses/${responseId}`, {
|
||||
method: "PUT",
|
||||
headers: { "Content-Type": "application/json" },
|
||||
|
||||
Reference in New Issue
Block a user