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 6370b86 commit 7031432Copy full SHA for 7031432
src/packages/frontend/compute/cloud-filesystem/create.tsx
@@ -87,6 +87,7 @@ export default function CreateCloudFilesystem({
87
}
88
try {
89
setCreating(true);
90
+ setCreateStarted(new Date());
91
await confirmCreateCloudFilesystem();
92
setCreateStarted(new Date());
93
await createCloudFilesystem({
src/packages/server/salesloft/money.ts
@@ -11,7 +11,7 @@ import { update } from "./people";
11
import { sync } from "./sync";
12
import getLogger from "@cocalc/backend/logger";
13
14
-const log = getLogger("salesloft:mony");
+const log = getLogger("salesloft:money");
15
16
export async function updateMoney(cutoff: string = "2 days") {
17
const pool = getPool("long");
0 commit comments