Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix the problem of session #98

Merged
merged 1 commit into from
Apr 13, 2022
Merged

Conversation

hetao92
Copy link
Contributor

@hetao92 hetao92 commented Apr 13, 2022

No description provided.

@hetao92 hetao92 requested review from veezhang and kqzh April 13, 2022 11:18
@@ -287,7 +289,6 @@ func handleRequest(ncid string) {

if len(request.Gql) > 0 {
// use auth response to get timezone info
authResp, err := client.graphClient.Authenticate(client.account.username, client.account.password)
if err != nil {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't need check err now?

@@ -110,8 +111,13 @@ func (d *driverGraph) open(driver types.Driver) error {
return nil
}

func (d *driverGraph) GetTimezoneInfo() types.TimezoneInfo {
return d.timezone
Copy link
Contributor

@kqzh kqzh Apr 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set d.timezone in func open()? now there is don't have it

Copy link
Contributor

@kqzh kqzh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants