Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
FLYBYME committed Oct 18, 2023
1 parent 15c5cf5 commit 0c1ab53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/domains.records.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ module.exports = {
// Adapter init
if (!ctx) return query;

query.domain = params.domain;
if (params.domain) {
console.log(params)
const res = await ctx.call("v1.domains.resolve", {
Expand Down

0 comments on commit 0c1ab53

Please sign in to comment.