Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed Dec 14, 2024
1 parent 5d2eea9 commit a965894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- docker
paths:
- packages/image-search-server/src/**
- packages/image-search-server/package.json
Expand Down
2 changes: 2 additions & 0 deletions packages/image-search-server/src/types/searchAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ import type { Image } from "shared/types";
export default interface SearchAdapter {
search(query: string, page?: number): Promise<Image[]>;
}

export type a = "a";

0 comments on commit a965894

Please sign in to comment.