Commit cf03d2c9 by Arjun Jhukal

fixed the build issue at at game provider response props

parent 75153b69
import { GameProviderResponseProps } from "@/types/gameProvider";
import { createApi } from "@reduxjs/toolkit/query/react";
import { baseQuery } from "./baseQuery";
......
......@@ -5,6 +5,6 @@ export interface GameProviderResponseProps {
name: string,
value: string
}[],
message: stringtring
message: string
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment