Skip to content

Commit 16036fe

Browse files
committed
add missing await
1 parent d137b48 commit 16036fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/whoisfreaks/actions/reverse-lookup/reverse-lookup.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default {
5757
throw new ConfigurationError("Must enter one and only one of `keyword`, `email`, `owner`, or `company`");
5858
}
5959

60-
const response = this.whoisfreaks.domainLookup({
60+
const response = await this.whoisfreaks.domainLookup({
6161
$,
6262
params: {
6363
keyword: this.keyword,

0 commit comments

Comments
 (0)