Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: use cache.sessionize.com
  • Loading branch information
hi-ogawa committed Apr 7, 2024
commit 6cf698515ff326e55a57cb2fa5bc58b5dd3ed8e3
1 change: 1 addition & 0 deletions src/routes/_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,6 @@ export async function deleteContact(id: string) {
fakeContacts.create({
...contact,
id: `${contact.first.toLowerCase()}-${contact.last.toLocaleLowerCase()}`,
avatar: contact.avatar.replace("sessionize.com", "cache.sessionize.com"),
});
});