mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-19 06:21:15 +00:00
fix: portfolio directory create path
This commit is contained in:
parent
5740f19724
commit
cb25e713e6
2 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ impl ApplicationService {
|
|||
encrypted_priv_key,
|
||||
).await?;
|
||||
|
||||
PortfolioService::create_user_dir(application.id).await?;
|
||||
// PortfolioService::create_user_dir(application.id).await?;
|
||||
|
||||
Ok(application)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ impl CandidateService {
|
|||
)
|
||||
.await?;
|
||||
|
||||
// PortfolioService::create_user_dir(candidate.id).await?;
|
||||
PortfolioService::create_user_dir(candidate.id).await?;
|
||||
|
||||
|
||||
Ok(candidate)
|
||||
|
|
|
|||
Loading…
Reference in a new issue