Skip to content

Commit

Permalink
Merge pull request #1281 from mountaindude/1279
Browse files Browse the repository at this point in the history
fix(alert): Fix unhandled exception when getting client-managed app m…
  • Loading branch information
mountaindude authored Oct 20, 2024
2 parents ae592d9 + c838e01 commit fff98f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/qrs_util/app_metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import QrsInteract from 'qrs-interact';
import globals from '../globals.js';

/**
*
* Function to get metadata for a specific app from QSEoW
* @param {*} appId
* @returns
*/
Expand Down
1 change: 0 additions & 1 deletion src/udp/udp_handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import getAppTags from '../qrs_util/app_tag_util.js';
import getAppMetadata from '../qrs_util/app_metadata.js';
import doesTaskExist from '../qrs_util/does_task_exist.js';
import { isCustomPropertyValueSet } from '../qrs_util/task_cp_util.js';

import { postReloadTaskFailureNotificationInfluxDb, postReloadTaskSuccessNotificationInfluxDb } from '../lib/post_to_influxdb.js';
import getTaskMetadata from '../qrs_util/task_metadata.js';

Expand Down

0 comments on commit fff98f2

Please sign in to comment.