Skip to content

Commit 7aa5a32

Browse files
committed
fix lint errors
1 parent b5eaa5d commit 7aa5a32

File tree

2 files changed

+4
-0
lines changed
  • packages/core/src

2 files changed

+4
-0
lines changed

packages/core/src/awsService/sagemaker/detached-server/utils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ export async function writeMapping(mapping: SpaceMappings) {
143143
}
144144

145145
writeQueue.push(writeOperation)
146+
147+
// ProcessWriteQueue handles its own errors via individual operation callbacks
148+
// eslint-disable-next-line @typescript-eslint/no-floating-promises
146149
processWriteQueue()
147150
})
148151
}

packages/core/src/test/awsService/sagemaker/detached-server/utils.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

6+
/* eslint-disable no-restricted-imports */
67
import * as assert from 'assert'
78
import { parseArn, writeMapping, readMapping } from '../../../../awsService/sagemaker/detached-server/utils'
89
import { promises as fs } from 'fs'

0 commit comments

Comments
 (0)