Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
almenscorner committed Jun 17, 2024
1 parent 4666178 commit 1e6e458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IntuneCD/update/Intune/EnrollmentStatusPage.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _get_app_ids(self, repo_data: dict) -> dict[str, any]:

for app in repo_data["selectedMobileAppNames"]:
param = {
"$filter": f"(isof('{str(app['type']).replace('#','')}'))",
"$filter": f"(isof('{str(app['type']).replace('#', '')}'))",
"$search": '"' + app["name"] + '"',
}

Expand Down

0 comments on commit 1e6e458

Please sign in to comment.