Skip to content

Commit

Permalink
Work on agents
Browse files Browse the repository at this point in the history
  • Loading branch information
rbjarnason committed Dec 31, 2024
1 parent 70e58c7 commit 040e97c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agents/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023-2024 Robert Bjarnason, Citizens Foundation & The GovLab
Copyright (c) 2022-2024 Robert Bjarnason, Citizens Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export class PsYourPrioritiesConnector extends PsBaseIdeasCollaborationConnector
const limit = 20;
let isMorePosts = true;

const filter: "newest" | "top" = "top";
const filter: "random" | "newest" | "top" = "top";
const categoryId = "null";
const statusFilter = "open";

Expand Down
Loading

0 comments on commit 040e97c

Please sign in to comment.