1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: return be object instead of array

This commit is contained in:
Youssef 2021-11-12 13:19:06 +01:00
parent 16429fcf9a
commit 2d03b8c61e

View File

@ -38,7 +38,7 @@ export default class UserSplashService {
} catch (err) {
this.logger.error(err);
return [];
return {};
}
}