Skip to content

Commit

Permalink
feat: new image parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
agatha197 committed Nov 5, 2024
1 parent 299ae73 commit 54c4c01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/backend.ai-client-esm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@ class Client {
if (this.isManagerVersionCompatibleWith('24.09.1')) {
this._features['extended-image-info'] = true;
}
if (this.isManagerVersionCompatibleWith('24.09.1')) {
this._features['extended-image-info'] = true;
}
}

/**
Expand Down

0 comments on commit 54c4c01

Please sign in to comment.