mirror of
https://github.com/openstf/stf
synced 2025-10-06 12:00:08 +02:00
6 lines
No EOL
123 B
JavaScript
6 lines
No EOL
123 B
JavaScript
module.exports = function NotificationsServiceFactory() {
|
|
var NotificationsService = {}
|
|
|
|
|
|
return NotificationsService
|
|
} |