Skip to content

Commit

Permalink
allow email service on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Feb 21, 2024
1 parent 70212cb commit efd0b59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adapters/emailAdapter/orttoAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export class OrttoAdapter implements OrttoAdapterInterface{
if (!data){
throw new Error('callOrttoActivity input data is empty')
}
if (process.env.NODE_ENV !== 'production') return;
const config = {
method: 'post',
maxBodyLength: Infinity,
Expand Down

0 comments on commit efd0b59

Please sign in to comment.