Skip to content

Commit 9c1a15d

Browse files
committed
Always use the query param when not connecting to production
1 parent 8c39f76 commit 9c1a15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/src/core/RepoInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class RepoInfo {
4949
}
5050

5151
needsQueryParam(): boolean {
52-
return this.host !== this.internalHost;
52+
return this.host !== this.internalHost || this.isCustomHost();
5353
}
5454

5555
isCacheableHost(): boolean {

0 commit comments

Comments
 (0)