Skip to content

Commit bafcc82

Browse files
committed
style: slight watch cleanup
1 parent 0eee286 commit bafcc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-sdk/src/ReflagProvider.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ onMounted(() => {
5353
5454
// Update the context if it changes
5555
watch(
56-
() => resolvedContext.value,
56+
() => resolvedContext,
5757
() => {
5858
void client.setContext(resolvedContext.value);
5959
},

0 commit comments

Comments
 (0)