We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a14e4 commit abe20f9Copy full SHA for abe20f9
1 file changed
components/CostCalculator.vue
@@ -47,7 +47,7 @@ const cf = computed(() => {
47
storageCost: storedGB.value * 0.015,
48
};
49
obj.total =
50
- obj.workerInvocationCost + obj.planCost + obj.storageCost + obj.storageCost;
+ obj.workerInvocationCost + obj.planCost + obj.storageRequestCost + obj.storageCost;
51
return obj;
52
});
53
0 commit comments