feat: release 2.0.0
This commit is contained in:
@@ -32,7 +32,7 @@ export class Image {
|
||||
async inspect(image: string): Promise<InspectImageResponse | undefined> {
|
||||
try {
|
||||
return await modem.get<InspectImageResponse>({ path: `/images/${image}/json` });
|
||||
} catch (_) {
|
||||
} catch {
|
||||
return undefined;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user