Skip to content

Commit

Permalink
database queries progress
Browse files Browse the repository at this point in the history
  • Loading branch information
emilysunaryo committed Oct 9, 2023
1 parent 00a7271 commit cdbac35
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions src/database/Queries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,3 @@ export const getCollectionById = async (id: string): Promise<JSON> => {
throw error;
}
};

// export const getCollection = async (id: string) => {
// try {
// const response = await fetch("https://girlswritenow.org/wp-json/wp/v2/collection")
// } catch (error){

// }
Empty file.
1 change: 0 additions & 1 deletion src/database/QueriesTestScreen.tsx

This file was deleted.

0 comments on commit cdbac35

Please sign in to comment.