Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:team-pofo/frontend into feature/#49
Browse files Browse the repository at this point in the history
/mypage
  • Loading branch information
kevinmj12 committed Jan 14, 2025
2 parents 3464e0f + 524d09f commit 8e6ca4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/stackAutoComplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const stackAutoComplete = async (word: string) => {
params: { query: word },
});

const autocomplete = response.data.data.autocomplete;
const autocomplete = response.data.data;
if (response.data.success) {
return autocomplete;
}
Expand Down

0 comments on commit 8e6ca4c

Please sign in to comment.