Skip to content

Commit

Permalink
fix: webhookにもダミー画像を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
calloc134 committed Sep 27, 2023
1 parent e9b7d91 commit fbb0e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/lib/webhook/webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const useWebHook = (prisma: PrismaClient): Plugin => ({
// スクリーンネームかランダムな文字列を保持
screen_name: body.user.username || generateRandomString(),
bio: "",
image_url: "https://picsum.photos/200",
},
});

Expand Down

0 comments on commit fbb0e39

Please sign in to comment.