Skip to content

Commit

Permalink
Remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
Etheryte committed Oct 25, 2023
1 parent 8bddbb4 commit c8849b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions web/html/src/utils/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ export type JsonResult<T> = {
data: T;
};

type ApiJsonResult<T> = {
success: boolean;
messages: Array<String>;
result: T;
};

/**
* There are some cases where network requests with empty data are accidentally made as follows:
* Network.post("url", "application/json", ...);
Expand Down

0 comments on commit c8849b6

Please sign in to comment.