Skip to content
Snippets Groups Projects
Commit bba8635d authored by Justin Welch's avatar Justin Welch Committed by Valentine Zavgorodnev
Browse files

fix path for webpush notify script (#1644)

parent 0bf14efa
No related branches found
No related tags found
No related merge requests found
import config from 'config'; import config from 'config';
import webPush from 'web-push'; import webPush from 'web-push';
import Tarantool from '../db/tarantool'; import Tarantool from '../src/db/tarantool';
webPush.setGCMAPIKey(config.get('notify.gcm_key')); webPush.setGCMAPIKey(config.get('notify.gcm_key'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment