Skip to content

Commit

Permalink
remove accidental commit
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed Feb 29, 2024
1 parent 0db1cc1 commit a97d641
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
2 changes: 0 additions & 2 deletions generate-workflows.main.w
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ fs.mkdir(workflowdir);

let libs = MutArray<str>[];

let libs = MutArray<str>[];

for file in fs.readdir(".") {
if !fs.exists("{file}/package.json") {
log("skipping {file}");
Expand Down
3 changes: 2 additions & 1 deletion redis/api.w
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ pub interface IRedis extends std.IResource {
pub interface IRedisClient extends IRedis {
inflight connect(): void;
inflight disconnect(): void;
}
}

18 changes: 17 additions & 1 deletion redis/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a97d641

Please sign in to comment.