Compare commits

..

No commits in common. "6765210a3b8fa2cbbe3f3ae9a5840c63c50679fe" and "dd9c0c5ae70f83d8ae8a161589b0073da21125fb" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "misskey", "name": "misskey",
"version": "12.108.1+birb3-1", "version": "12.108.1+birb2.5",
"codename": "indigo", "codename": "indigo",
"repository": { "repository": {
"type": "git", "type": "git",

View file

@ -1,4 +1,4 @@
import { validate as validateEmail } from 'deep-email-validator'; import validateEmail from 'deep-email-validator';
import { UserProfiles } from '@/models/index.js'; import { UserProfiles } from '@/models/index.js';
export async function validateEmailForAccount(emailAddress: string): Promise<{ export async function validateEmailForAccount(emailAddress: string): Promise<{