Fix.
This commit is contained in:
parent
7e10be7821
commit
a2eccb4e5a
1
auth.h
1
auth.h
@ -22,7 +22,6 @@ const char *resolve_api_key() {
|
||||
if (api_key) {
|
||||
return api_key;
|
||||
}
|
||||
fprintf(stderr, "\nThere is no API key configured in the environment.\n");
|
||||
api_key = "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";
|
||||
return api_key;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user