Skip to content

Commit

Permalink
Fix examples for new model
Browse files Browse the repository at this point in the history
  • Loading branch information
madjar authored and brendanhay committed Jul 28, 2021
1 parent 4b652f3 commit 2d3d931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/Example/Sheets.hs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ exampleAppendValue sheetID range val = do
lgr <- newLogger Debug stdout
env <- newEnv <&> (envLogger .~ lgr) . (envScopes .~ spreadsheetsScope)
runResourceT . runGoogle env $
send (svaValueInputOption .~ Just "USER_ENTERED" $ spreadsheetsValuesAppend
send (svaValueInputOption .~ Just SVAVIOUserEntered $ spreadsheetsValuesAppend
sheetID
( vrMajorDimension .~ Just VRMDRows $ vrValues .~ val $ vrRange .~ Just range $ valueRange)
range )

0 comments on commit 2d3d931

Please sign in to comment.