Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

HP2023 changes #16

Merged
merged 1 commit into from Mar 9, 2023
Merged

HP2023 changes #16

merged 1 commit into from Mar 9, 2023

Conversation

spkesDE
Copy link
Contributor

@spkesDE spkesDE commented Mar 9, 2023

Leaves only one issue.

The API may is not available on startup. Should add a mechanism to load the API on a later date.

e.g.

if(API == null){
   let success = getApi();
if(success)
   return API;
else 
  return null
 }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants