Skip to content

Commit

Permalink
update category func
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseCoretta committed Jul 31, 2023
1 parent 22343ed commit 2898930
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,9 @@ ID returns the assigned identifier string, if set, from within the underlying
stack configuration.
*/
func (r Stack) ID() string {
if r.IsZero() {
return ``
}
return r.stack.getID()
}

Expand Down

0 comments on commit 2898930

Please sign in to comment.