Skip to content

Commit dcd682c

Browse files
committed
fix: rm comment
1 parent b3f15bb commit dcd682c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/store/reducers/planToSvgQuery.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export interface PlanToSvgQueryParams {
1010
export const planToSvgQueryApi = api.injectEndpoints({
1111
endpoints: (build) => ({
1212
planToSvgQuery: build.mutation<string, PlanToSvgQueryParams>({
13-
// Changed return type to string
1413
queryFn: async ({plan, database}, {signal}) => {
1514
try {
1615
const response = await window.api.planToSvg(

0 commit comments

Comments
 (0)