Skip to content

Commit 67e6256

Browse files
committed
Reinstate custom deployment hours
1 parent 021b6bc commit 67e6256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/llm-api/fireworks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function isDeploymentHours(now: Date = new Date()): boolean {
4949
}),
5050
10,
5151
)
52-
return true // etHour >= 10 && etHour < 20
52+
return etHour >= 10 && etHour < 20
5353
}
5454

5555
/**

0 commit comments

Comments
 (0)