UNPKG

trainingpeaks-sdk

Version:
10 lines (9 loc) 330 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.authenticateUserService = void 0; const authenticateUserService = (tpRepository) => { return async (credentials) => { return await tpRepository.login(credentials); }; }; exports.authenticateUserService = authenticateUserService;