Skip to content

Commit 2c6316b

Browse files
committed
revert unecessary change
1 parent c848429 commit 2c6316b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/BindDirective.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export function BindDirective(node, context) {
228228

229229
if (value !== undefined) {
230230
group_getter = b.thunk(
231-
b.block([b.stmt(build_attribute_value(value, context).value), b.return(b.call(get))])
231+
b.block([b.stmt(build_attribute_value(value, context).value), b.return(expression)])
232232
);
233233
}
234234
}

0 commit comments

Comments
 (0)