Skip to content

Commit

Permalink
Update ts/sbd-server/src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jost Schulte <[email protected]>
  • Loading branch information
neonphog and jost-s authored Jul 8, 2024
1 parent bd326e9 commit 15883da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/sbd-server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const LIMIT_NANOS_PER_BYTE = 8000;
const LIMIT_IDLE_MILLIS = 10000;

/**
* Cloudflare worker typescript boilerplate.
* Cloudflare worker environment objects.
*/
export interface Env {
SIGNAL: DurableObjectNamespace;
Expand Down

0 comments on commit 15883da

Please sign in to comment.