Commit eca4b3f4 authored by 박근형's avatar 박근형 Committed by 박근형
Browse files

Update cli/webfinger remove unnecessary comment

parent e62bf298
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ export const command = new Command()
      }).start();
      try {
        const url = convertUrlIfHandle(resource); // Convert resource to URL
        validateMaxRedirection(options.maxRedirection); // Validate max redirection
        validateMaxRedirection(options.maxRedirection);
        const webFinger = await lookupWebFinger(url, options) ?? // Look up WebFinger
          new NotFoundError(resource).throw(); // throw NotFoundError if not found