mirror of
https://github.com/System-End/shipment-viewer.git
synced 2026-04-19 20:55:08 +00:00
im not a smart woman
This commit is contained in:
parent
20ff7edf1d
commit
20d2e3e057
1 changed files with 2 additions and 2 deletions
|
|
@ -48,9 +48,9 @@ class Shipment < Norairrecord::Table
|
|||
def status_text
|
||||
"error fetching status! poke nora"
|
||||
end
|
||||
|
||||
|
||||
def source_url
|
||||
fields["source_rec_url"]&["url"]
|
||||
fields.dig("source_rec_url", "url")
|
||||
end
|
||||
|
||||
def source_id
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue