Skip to content

Commit 2e09aa4

Browse files
committed
fix: remove attributes from decide function
1 parent 1e0f864 commit 2e09aa4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/adapter-optimizely/src/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@ export function createOptimizelyAdapter({
148148

149149
function decide<T>(
150150
getValue: (decision: OptimizelyDecision) => T,
151-
{
152-
attributes,
153-
}: {
154-
attributes?: UserAttributes;
155-
},
156151
): Adapter<T, UserContext> {
157152
return {
158153
decide: async ({ key, entities }) => {

0 commit comments

Comments
 (0)