mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 11:05:55 +08:00
chore: handled the null case (#1096)
This commit is contained in:
parent
ebf9316714
commit
4067aa5025
@ -19,7 +19,7 @@ const getAll = async (
|
||||
return {
|
||||
statusCode: 200,
|
||||
error: null,
|
||||
message: response.data.message,
|
||||
message: 'Success',
|
||||
payload: response.data,
|
||||
};
|
||||
} catch (error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user