Skip to content

Commit

Permalink
minor edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
xnodeoncode committed May 18, 2024
1 parent d8f2795 commit 2560239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/googleService.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2560239

Please sign in to comment.