mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-24 06:45:24 +02:00
4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
module.exports = function SettingsServiceFactory($localForage) {
|
|
return $localForage
|
|
}
|