Skip to content

Commit ac9b6bc

Browse files
dodok8dahlia
andauthored
fix: typo in error message
Co-authored-by: Hong Minhee (洪 民憙) <[email protected]>
1 parent ee767f9 commit ac9b6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/botkit/src/pages.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ app.post("/follow", async (c) => {
471471
}
472472

473473
return c.json({
474-
error: "No follow link found in webfinger data",
474+
error: "No follow link found in WebFinger data.",
475475
}, 400);
476476
} catch (error) {
477477
if (error instanceof Error && error.message === "No followerHandle!") {

0 commit comments

Comments
 (0)