mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Replace SQLite with BadgerDB
This commit is contained in:
@ -32,7 +32,7 @@ const HTTP_REQUEST_LOG = gql`
|
||||
`;
|
||||
|
||||
interface Props {
|
||||
requestId: number;
|
||||
requestId: string;
|
||||
}
|
||||
|
||||
function LogDetail({ requestId: id }: Props): JSX.Element {
|
||||
|
Reference in New Issue
Block a user