Skip to content

Commit

Permalink
Import sort again
Browse files Browse the repository at this point in the history
  • Loading branch information
loganintech committed Feb 23, 2024
1 parent cc31702 commit b13d205
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/connector/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ package connector

import (
"errors"
"time"

v2 "github.com/conductorone/baton-sdk/pb/c1/connector/v2"
"github.com/conductorone/baton-sdk/pkg/annotations"
"github.com/conductorone/baton-sdk/pkg/pagination"
enterprise "github.com/conductorone/baton-slack/pkg/slack"
"github.com/slack-go/slack"
"google.golang.org/protobuf/types/known/timestamppb"
"time"

enterprise "github.com/conductorone/baton-slack/pkg/slack"
)

func parsePageToken(i string, resourceID *v2.ResourceId) (*pagination.Bag, error) {
Expand Down

0 comments on commit b13d205

Please sign in to comment.