Skip to content

Commit

Permalink
Update Database.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Shan Wenxiao <[email protected]>
  • Loading branch information
PythonSmall-Q authored Aug 2, 2024
1 parent b621307 commit 3f3388a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {Result, ThrowErrorIfFailed} from "./Result";
import {Output} from "./Output";
import {D1Database} from "@cloudflare/workers-types";

let readonly = false; //set to true to allow maintenance
let readonly = true; //set to true to allow maintenance

export class Database {
private RawDatabase: D1Database;
Expand Down

0 comments on commit 3f3388a

Please sign in to comment.