Skip to content

Commit 8d7929f

Browse files
committed
patch
1 parent d0d2a68 commit 8d7929f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/util/supplementalContext/supplementalContextUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export async function fetchSupplementalContext(
5858
supplementalContextItems: [],
5959
contentsLength: 0,
6060
latency: performance.now() - timesBeforeFetching,
61-
strategy: 'Empty',
61+
strategy: 'empty',
6262
}
6363
} else {
6464
getLogger().error(

0 commit comments

Comments
 (0)