Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shayanaijaz committed Aug 16, 2023
1 parent 119aa33 commit ff8f83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/redux/sagas/datafiles.sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ export function* compressFiles(action) {
const latestCompress = yield call(fetchAppDefinitionUtil, compressApp);
const systems = yield select(systemsSelector);

let defaultPrivateSystem = systems.find((s) => s.default);
let defaultPrivateSystem;

if (
action.payload.scheme !== 'private' &&
Expand Down

0 comments on commit ff8f83a

Please sign in to comment.