mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-15 05:40:05 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1feb3e29e1 | ||
|
|
0e9ce98624 | ||
|
|
96aef81959 |
@@ -181,7 +181,7 @@ const updateCredentialSchema = createCredentialSchema.partial().extend({
|
||||
|
||||
function pretty(obj: unknown) {
|
||||
try {
|
||||
return JSON.stringify(JSON.parse(obj), null, 2)
|
||||
return JSON.stringify(JSON.parse(obj as string), null, 2)
|
||||
} catch {
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user