Skip to content

Commit

Permalink
fix(kvstore): ensure CredentialsManager is registered in chunk_worker
Browse files Browse the repository at this point in the history
Previously, it was not properly registered if some datasources were
excluded via NodeJS conditions.
  • Loading branch information
jbms committed Feb 5, 2025
1 parent eebd10b commit f842118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kvstore/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* limitations under the License.
*/

import "#src/credentials_provider/shared_counterpart.js";
import type { ChunkManager } from "#src/chunk_manager/backend.js";
import type { SharedCredentialsManagerCounterpart } from "#src/credentials_provider/shared_counterpart.js";
import type { CompletionResult } from "#src/kvstore/context.js";
Expand Down

0 comments on commit f842118

Please sign in to comment.