Skip to content

Commit

Permalink
Merge pull request #15 from simonsobs/20250206_server_fix
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mmccrackan authored Feb 6, 2025
2 parents e418e3e + 0ff5e99 commit f79c357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scheduler_server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def get_preset_config(preset_name, default={}):
'rest.satp3': {
'url': os.environ['NOCODB_SATP3_URL'],
**http_headers,
}
},
'rest.lat': {
'url': os.environ['NOCODB_LAT_URL'],
**http_headers,
Expand Down

0 comments on commit f79c357

Please sign in to comment.