Add another important todo.

This commit is contained in:
Andrew Pietila 2024-08-01 02:22:47 -05:00
parent 1e66bbd85f
commit 26f2d9af39

View file

@ -54,6 +54,7 @@ export async function POST(request: NextRequest) {
}
// TODO: Emit the activity.
// TODO: Add mapping to the followers table.
return new Response("", {
status: 204
})