Skip to content

Commit c07d576

Browse files
Update packages/plugin-iq6900/src/functions/bringIQData.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent b62d026 commit c07d576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-iq6900/src/functions/bringIQData.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const iqHost = "https://solanacontractapi.uc.r.appspot.com";
135135
const textData = textList.join("");
136136

137137
return {
138-
json_data: convertTextToEmoji(textData),
138+
json_data: await convertTextToEmoji(textData),
139139
commit_message: offset,
140140
};
141141
}

0 commit comments

Comments
 (0)