Skip to content

Commit

Permalink
switched argument order (#494)
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
  • Loading branch information
amitgalitz authored May 26, 2023
1 parent 59c2a60 commit 5e76e44
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ function AddAnomalyDetector({

createAugmentVisSavedObject(
augmentVisSavedObjectToCreate,
uiSettings,
savedObjectLoader
savedObjectLoader,
uiSettings
)
.then((savedObject: any) => {
savedObject
Expand Down Expand Up @@ -352,8 +352,8 @@ function AddAnomalyDetector({

createAugmentVisSavedObject(
augmentVisSavedObjectToCreate,
uiSettings,
savedObjectLoader
savedObjectLoader,
uiSettings
)
.then((savedObject: any) => {
savedObject
Expand Down

0 comments on commit 5e76e44

Please sign in to comment.