Skip to content

Commit 8d88992

Browse files
committed
delete unused method
1 parent 7138b09 commit 8d88992

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/linkup/linkup.app.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,5 @@ export default {
1414
const client = this._getClient();
1515
return client.search(params);
1616
},
17-
answer(params) {
18-
const client = this._getClient();
19-
return client.search(params);
20-
},
2117
},
2218
};

0 commit comments

Comments
 (0)