Skip to content

Commit

Permalink
fix(swabbie): Update email template (#687)
Browse files Browse the repository at this point in the history
- use deletionDate passed by swabbie
  • Loading branch information
jeyrschabu authored Oct 25, 2019
1 parent 5999150 commit 17ba2c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
cleanup date
</td>
<td align="left" style="padding: 4px 0; font-family: Helvetica, Arial, sans-serif; font-size: 12px;">
${resourceData.resource.projectedDeletionStamp?number_to_date?string("EEE, d MMM yyyy")}
${resourceData.deletionDate}
</td>
</tr>
</table>
Expand Down

0 comments on commit 17ba2c2

Please sign in to comment.