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:
parent
16429fcf9a
commit
2d03b8c61e
@ -38,7 +38,7 @@ export default class UserSplashService {
|
||||
} catch (err) {
|
||||
this.logger.error(err);
|
||||
|
||||
return [];
|
||||
return {};
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user