From 25602394ed7d3f5f88adcef08fa30f4e9919e690 Mon Sep 17 00:00:00 2001 From: CIS Guru Date: Sat, 18 May 2024 15:40:33 -0500 Subject: [PATCH] minor edit. --- js/googleService.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/googleService.js b/js/googleService.js index f8728d4..ed28f07 100644 --- a/js/googleService.js +++ b/js/googleService.js @@ -15,8 +15,8 @@ class GoogleConfigurationOptions { export class GoogleService { constructor() { - (this._apiKey = this.getAPIKey()), - (this._baseURL = "https://www.googleapis.com/books/v1/volumes?q="); + this._apiKey = this.getAPIKey(); + this._baseURL = "https://www.googleapis.com/books/v1/volumes?q="; this._querySuffix = `&key=${this._apiKey}`; this._searchTerms = { Title: "intitle",