Skip to content

Commit

Permalink
[*] Fix type announce
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Dec 25, 2024
1 parent 54b130c commit e600e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/v2/email/password.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { get } from '@/utils/request'
import base from '@/api/base'

const password = async (user: number) => {
const password = async (user: string) => {
const rs = get(`${base.api_v2_url}/email/password`, {
user: user
})
Expand Down

0 comments on commit e600e51

Please sign in to comment.