Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit a56e698

Browse files
fix: typo
1 parent 77e2c99 commit a56e698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/app/services/gif/gif.service.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class GifService {
8989
const config: EnvironmentTenorConfig = EnvironmentConfigService.getInstance().get('tenor');
9090

9191
try {
92-
const rawResponse: Response = await fetch(config.url + '/anonid?key=' + config.key);
92+
const rawResponse: Response = await fetch(config.url + 'anonid?key=' + config.key);
9393

9494
const response: TenorAnonymousResponse = JSON.parse(await rawResponse.text());
9595

0 commit comments

Comments
 (0)