Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowDashy committed Apr 29, 2024
1 parent 1d98e7e commit 86e9f29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/store/sheet.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ func (s *Store) listSheets(ctx context.Context, find *FindSheetMessage) ([]*Shee
}

// CreateSheet creates a new sheet.
// You should not use this function directly to create sheets.
// Use CreateSheet in component/sheet instead.
func (s *Store) CreateSheet(ctx context.Context, create *SheetMessage) (*SheetMessage, error) {
if create.Payload == nil {
create.Payload = &storepb.SheetPayload{}
Expand Down

0 comments on commit 86e9f29

Please sign in to comment.