Skip to content

Commit

Permalink
fix: remove empty empty change_type
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe authored and moshloop committed Oct 29, 2024
1 parent fbd0ef0 commit 5b208de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/services/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ export type ConfigChangesTypeItem = {

export const getConfigsChangesTypesFilter = async () => {
const res = await IncidentCommander.get<ConfigChangesTypeItem[] | null>(
`/change_types`
`/change_types?change_type=not.eq.`
);
return res.data;
};
Expand Down

0 comments on commit 5b208de

Please sign in to comment.