Skip to content

Commit

Permalink
temp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Nov 12, 2023
1 parent 228c35d commit 62242b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/features/campaign/templates/swConfirmedChild.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
padding: 10px 0;
font-size: 0px;
">
<img src="https://dapp.saydao.org/api/dao/children/avatars/images/{{avatarAwake}}" alt style="
<img src="https://nest.saydao.org/api/dao/children/avatars/images/{{avatarAwake}}" alt style="
display: block;
font-size: 14px;
border: 0;
Expand Down
8 changes: 1 addition & 7 deletions src/features/children/children.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,7 @@ export class ChildrenController {
preRegister.status === PreRegisterStatusEnum.CONFIRMED ||
preRegister.status === PreRegisterStatusEnum.NOT_REGISTERED
) {
// send email
await this.campaignService.sendSwChildConfirmation(
preRegister.flaskSwId,
preRegister,
);

throw new ServerError('Pre register approval cou;d not go ahead!');
throw new ServerError('Pre register approval could not go ahead!');
}
if (!voiceFile) {
throw new ServerError('we need the Edited Voice!');
Expand Down

0 comments on commit 62242b8

Please sign in to comment.