Skip to content

Commit bad6194

Browse files
committed
Change identifier to ia which indicates instance actor
1 parent ff1a875 commit bad6194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/inbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export async function runInbox(
159159
ctx: RequestContext<ContextData>,
160160
identifier: string,
161161
) => {
162-
if (identifier === "i") return true;
162+
if (identifier === "ia") return true;
163163
return await authorize(ctx);
164164
};
165165

0 commit comments

Comments
 (0)