Skip to content

Commit

Permalink
Merge pull request #114 from AstuteSource/4-stop-using-a-hard-coded-p…
Browse files Browse the repository at this point in the history
…rojectapp-name-during-deployment-to-fly-or-vercel

Added projectname in sql for a new required argument
  • Loading branch information
laurennevill authored Dec 12, 2023
2 parents 5e6474a + 4792235 commit d51460c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datasette/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@
THEN substr(context, 1, instr(context, '[') - 1)
ELSE
context
JSON.stringify(obj, projectname)
END AS stripped_text
FROM
context;"
},
}
}

}
}

0 comments on commit d51460c

Please sign in to comment.