Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Perry authored and Ross Perry committed Nov 22, 2024
1 parent acee597 commit 61613ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seed/static/seed/js/services/inventory_service.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ angular.module('SEED.service.inventory', []).factory('inventory_service', [
ids_only = null,
shown_column_ids = null,
access_level_instance_id = null,
include_property_ids = null,
include_property_ids = null
) => {
organization_id = organization_id ?? user_service.get_organization().id;

Expand Down Expand Up @@ -101,7 +101,7 @@ angular.module('SEED.service.inventory', []).factory('inventory_service', [
// Pass the current profile (if one exists) to limit the column data that is returned
profile_id,
// conditionally add optional params
...(access_level_instance_id && { access_level_instance_id }),
...(access_level_instance_id && { access_level_instance_id })
};
// add access_level_instance if it exists

Expand Down

0 comments on commit 61613ea

Please sign in to comment.