Skip to content

Commit 604cc53

Browse files
authored
Update addRain.ts
1 parent dbf393d commit 604cc53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

actions/addRain.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface Props {
77
}
88

99
export default async function action({ month, year, value }: Props, _req: Request, {invoke}: AppContext) {
10-
const drizzle = await invoke.records.loaders.drizzle();
10+
const drizzle = await invoke.records.loaders.drizzless();
1111

1212
return name
13-
}
13+
}

0 commit comments

Comments
 (0)