CONTRIBUTING.md
This commit is contained in:
parent
c8d9abf49f
commit
ca6f54cb21
2 changed files with 10 additions and 2 deletions
|
@ -10,7 +10,7 @@ export async function querydb() {
|
|||
stats = await db.query(`
|
||||
select * from url
|
||||
order by clicks desc
|
||||
limit 50;
|
||||
limit 10;
|
||||
`);
|
||||
|
||||
// @ts-ignore
|
||||
|
@ -22,7 +22,7 @@ export async function querydb() {
|
|||
stats = await sql`
|
||||
select * from url
|
||||
order by clicks desc
|
||||
limit 50;
|
||||
limit 10;
|
||||
`;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue