chore(code-review): Use single quote instead of ticks

Signed-off-by: Stijn Brouwers <stijn@bdcommit.com>
This commit is contained in:
Stijn Brouwers
2026-05-28 09:13:38 +02:00
parent 34f21c39a5
commit 05d4126db0
@@ -211,7 +211,7 @@ export class GitlabUrlReader implements UrlReaderService {
)}/repository/archive?${archiveReqParams.toString()}`;
const archiveGitLabResponse = await this.integration.fetch(reqUrl, {
...getGitLabRequestOptions(this.integration.config, token),
mode: `same-origin`,
mode: 'same-origin',
// TODO(freben): The signal cast is there because pre-3.x versions of
// node-fetch have a very slightly deviating AbortSignal type signature.
// The difference does not affect us in practice however. The cast can