Skip to content

Commit ae04f18

Browse files
committed
fixes
1 parent 1e6cf5c commit ae04f18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/botasaurus-desktop-api/botasaurus-desktop-api-docs/src/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ root.render(
1616
<React.StrictMode>
1717
<App />
1818
</React.StrictMode>
19-
);
20-
19+
);

js/botasaurus-server-js/src/api-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,4 +986,5 @@ class ApiConfig {
986986
this.routeSetupFn = routeSetupFn;
987987
}
988988
}
989+
989990
export default ApiConfig;

0 commit comments

Comments
 (0)