Skip to content

Commit 5520e88

Browse files
committed
add comment space
1 parent 00be883 commit 5520e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <h2>Ask Defang</h2>
297297
// Add a timeout for fetch
298298
const controller = new AbortController();
299299
const signal = controller.signal;
300-
const timeoutId = setTimeout(() => controller.abort(), 60000); //60-second timeout
300+
const timeoutId = setTimeout(() => controller.abort(), 60000); // 60-second timeout
301301

302302
// Send query to server
303303
rateLimitingFetch('/ask', {

0 commit comments

Comments
 (0)