fix: 🐛 Add missing created_at to InstanceMetadata

This commit is contained in:
Jesse Wierzbinski 2024-08-27 02:35:51 +02:00
parent d05fadf39e
commit 471cc14d9a
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -81,5 +81,6 @@ Accept: application/json
]
},
"host": "versia.social",
"created_at": "2021-07-01T00:00:00Z"
}
```