Skip to content

Commit

Permalink
Merge pull request #60 from AplinkosMinisterija/change-email-sender
Browse files Browse the repository at this point in the history
changed email sender
  • Loading branch information
ambrazasp authored Mar 30, 2024
2 parents f73feaa + 69cb066 commit 118720e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/newsfeed.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { intersectsQuery } from 'moleculer-postgis';

const Cron = require('@r2d2bzh/moleculer-cron');

const sender = 'noreply@biip.lt';
const sender = 'esu@smalsuolis.lt';

// returns query with apps and geom filtering based on provided subscriptions.
function applyNewsfeedFilters(query: QueryObject, subscriptions: Subscription[]) {
Expand Down

0 comments on commit 118720e

Please sign in to comment.