mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 10:53:29 +02:00
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
module.exports = function NotificationsServiceFactory() {
|
|
var NotificationsService = {}
|
|
|
|
|
|
return NotificationsService
|
|
} |