Skip to content

Commit

Permalink
fixing import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Oct 4, 2023
1 parent 1fda510 commit 597a80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/utils/paginate.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package utils

import "github.com/fastenhealth/fastenhealth-onprem/backend/pkg/models"
import "github.com/fastenhealth/fasten-onprem/backend/pkg/models"

func PaginateResourceList(resourceList []models.ResourceBase, skip int, size int) []models.ResourceBase {
if skip > len(resourceList) {
Expand Down

0 comments on commit 597a80d

Please # to comment.