mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
ignore: update sst -> anomalyco
This commit is contained in:
parent
5aa4fd0042
commit
02540b2464
3 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ export default tool({
|
|||
offset: tool.schema.number().describe("Number of results to skip for pagination").default(0),
|
||||
},
|
||||
async execute(args) {
|
||||
const owner = "sst"
|
||||
const owner = "anomalyco"
|
||||
const repo = "opencode"
|
||||
|
||||
const page = Math.floor(args.offset / args.limit) + 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue