diff --git a/src/helpers/runtime-info.ts b/src/helpers/runtime-info.ts index f32e78b..37830bb 100644 --- a/src/helpers/runtime-info.ts +++ b/src/helpers/runtime-info.ts @@ -29,7 +29,7 @@ export class CfRuntimeInfo extends PluginRuntimeInfo { } public get runUrl(): string { const accountId = this._env.CLOUDFLARE_ACCOUNT_ID ?? ""; - const workerName = this._env.CLOUFLARE_WORKER_NAME; + const workerName = this._env.CLOUDFLARE_WORKER_NAME; const toTime = Date.now() + 60000; const fromTime = Date.now() - 60000; const timeParam = encodeURIComponent(`{"type":"absolute","to":${toTime},"from":${fromTime}}`); diff --git a/src/server.ts b/src/server.ts index 965bbd2..cd7ca94 100644 --- a/src/server.ts +++ b/src/server.ts @@ -88,7 +88,7 @@ export function createPlugin