Skip to content

Commit 80020ad

Browse files
committed
chore: generate
1 parent 08ef97b commit 80020ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/plugin/copilot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export async function CopilotAuthPlugin(input: PluginInput): Promise<Hooks> {
246246
// GitHub OAuth API may return the new interval in seconds in the response.
247247
// We should try to use that if provided with safety margin.
248248
const serverInterval = data.interval
249-
if (serverInterval && typeof serverInterval === 'number' && serverInterval > 0) {
249+
if (serverInterval && typeof serverInterval === "number" && serverInterval > 0) {
250250
newInterval = serverInterval * 1000
251251
}
252252

0 commit comments

Comments
 (0)