Skip to content

Commit

Permalink
fix: GraphQL types
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Oct 30, 2023
1 parent b4460c4 commit a27156f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export const AnalyticsProvider: React.FC<{ children: React.ReactNode }> = ({
$type: String
$flow_id: uuid
$user_agent: jsonb
$referrer: string
$referrer: String
) {
insert_analytics_one(
object: {
Expand Down

0 comments on commit a27156f

Please sign in to comment.