mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix timeout value
This commit is contained in:
@@ -94,7 +94,7 @@ export default function ActionFab({
|
||||
};
|
||||
const handleCallableAction = async (data: any) => {
|
||||
const resp: any = await httpsCallable(firebaseFunctions, callableName, {
|
||||
timeout: 550,
|
||||
timeout: 550000,
|
||||
})(data);
|
||||
return resp.data;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user