Skip to content

Commit 46fd420

Browse files
committed
fixup
Tool: gitpod/catfood.gitpod.cloud
1 parent 16f4e2e commit 46fd420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/authorization/spicedb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class SpiceDBClientProvider {
112112
}
113113
this.clientOptions = clientOptions;
114114
// `createClient` will use the `DefaultClientOptions` to create client if the value on Feature Flag is not able to create a client
115-
// but we will still write `previousClientOptionsString` here to avoid retry with that incorrect value again
115+
// but we will still write `previousClientOptionsString` here to prevent retry loops.
116116
this.previousClientOptionsString = customClientOptions;
117117
} catch (e) {
118118
log.error("[spicedb] Failed to parse custom client options", e);

0 commit comments

Comments
 (0)