removed console log

This commit is contained in:
Dhruwang
2023-09-27 14:09:44 +05:30
parent 3125369708
commit fce7ac30f3

View File

@@ -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" },