Skip to content

Commit 7031432

Browse files
committed
fix issue with creating cloud filesystem progress meter
1 parent 6370b86 commit 7031432

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/packages/frontend/compute/cloud-filesystem/create.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export default function CreateCloudFilesystem({
8787
}
8888
try {
8989
setCreating(true);
90+
setCreateStarted(new Date());
9091
await confirmCreateCloudFilesystem();
9192
setCreateStarted(new Date());
9293
await createCloudFilesystem({

src/packages/server/salesloft/money.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { update } from "./people";
1111
import { sync } from "./sync";
1212
import getLogger from "@cocalc/backend/logger";
1313

14-
const log = getLogger("salesloft:mony");
14+
const log = getLogger("salesloft:money");
1515

1616
export async function updateMoney(cutoff: string = "2 days") {
1717
const pool = getPool("long");

0 commit comments

Comments
 (0)