This is an automated email from the ASF dual-hosted git repository. robin0716 pushed a commit to branch refactor/render-markdown-codehighlight in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
commit 8a023b2b479ce97c5b8997eaf81010f1016c0449 Author: robin <[email protected]> AuthorDate: Fri Nov 15 16:03:32 2024 +0800 refactor(types): Add a newline for improved readability in types.ts --- embed-basic/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/embed-basic/types.ts b/embed-basic/types.ts index afbc831..537f15b 100644 --- a/embed-basic/types.ts +++ b/embed-basic/types.ts @@ -16,6 +16,7 @@ * specific language governing permissions and limitations * under the License. */ + export interface Request { get: (url: string) => Promise<any>; }
