Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vburidar committed Jan 21, 2022
1 parent 6c8ec7a commit af77bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/cloudProvider/cloudProvider.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export class CloudProviderService {

async addCloudProvider(): Promise<string> {
await this.cloudProviderRepository.save({ name: 'GCP' });
return 'done';
return 'done!';
}
}

0 comments on commit af77bf4

Please sign in to comment.