Skip to content

Commit

Permalink
fix error in frontend on retrieve existing folder
Browse files Browse the repository at this point in the history
  • Loading branch information
maede97 committed Oct 27, 2024
1 parent 599d738 commit 2e25bc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/app/services/map-animator.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ export class MapAnimatorService {

if (resp.status === 'running')
resolve(resp.uuid);
else if(resp.status === 'success')
resolve(resp.uuid)
else
reject(resp);
});
Expand Down

0 comments on commit 2e25bc5

Please sign in to comment.