Skip to content

Commit

Permalink
Move app/services/email -> services/external/email
Browse files Browse the repository at this point in the history
  • Loading branch information
satococoa committed Jan 31, 2025
1 parent 86a6587 commit df72820
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/webhooks/github/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type EmailRecipient, sendEmail } from "@/app/services/email";
import { type agents, db, teamMemberships, users } from "@/drizzle";
import { type EmailRecipient, sendEmail } from "@/services/external/email";
import { createAppAuth } from "@octokit/auth-app";
import { Octokit } from "@octokit/core";
import type { EmitterWebhookEvent } from "@octokit/webhooks";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit df72820

Please sign in to comment.