diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-08-17 15:09:14 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-08-17 15:32:01 -0700 |
commit | d9656076ec5c4138201080f0a250b57533357165 (patch) | |
tree | c23d32d95c532c8b25a112af4369d0aa0de55382 /lib/trace/util.ts | |
parent | 3d61a9b0c29deb576ecd5d0e8de7b4426d5ab41c (diff) | |
download | pengueno-d9656076ec5c4138201080f0a250b57533357165.tar.gz pengueno-d9656076ec5c4138201080f0a250b57533357165.zip |
Add some retry behavior
Diffstat (limited to 'lib/trace/util.ts')
-rw-r--r-- | lib/trace/util.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/trace/util.ts b/lib/trace/util.ts index ec67571..95f8d25 100644 --- a/lib/trace/util.ts +++ b/lib/trace/util.ts @@ -1,7 +1,6 @@ import { IEither, IMetric, - isEither, ITraceable, ITraceWith, LogLevel, |