Skip to content

Commit

Permalink
Merge pull request #4894 from alkem-io/release-v0.99-patch1
Browse files Browse the repository at this point in the history
Release v0.99 patch1
  • Loading branch information
valentinyanakiev authored Jan 29, 2025
2 parents 8223c06 + f796d35 commit a1a63ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alkemio-server",
"version": "0.99.2",
"version": "0.99.3",
"description": "Alkemio server, responsible for managing the shared Alkemio platform",
"author": "Alkemio Foundation",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion src/domain/common/profile/profile.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export class ProfileService {
await this.profileDocumentsService.reuploadFileOnStorageBucket(
providedVisual.uri,
profile.storageBucket,
allowExternalUrl
!allowExternalUrl
);
if (url) {
visual.uri = url;
Expand Down

0 comments on commit a1a63ed

Please sign in to comment.