mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-06 11:30:44 +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,
|
encrypted_priv_key,
|
||||||
).await?;
|
).await?;
|
||||||
|
|
||||||
PortfolioService::create_user_dir(application.id).await?;
|
// PortfolioService::create_user_dir(application.id).await?;
|
||||||
|
|
||||||
Ok(application)
|
Ok(application)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ impl CandidateService {
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
// PortfolioService::create_user_dir(candidate.id).await?;
|
PortfolioService::create_user_dir(candidate.id).await?;
|
||||||
|
|
||||||
|
|
||||||
Ok(candidate)
|
Ok(candidate)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue