Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make snapshot file type automatic #3

Open
timea-solid opened this issue Jul 20, 2022 · 0 comments
Open

Make snapshot file type automatic #3

timea-solid opened this issue Jul 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@timea-solid
Copy link
Owner

timea-solid commented Jul 20, 2022

Needs change to line:

const timestampx = x.substring(x.lastIndexOf('-')+1, x.indexOf('.ttl'))
and
const timestamp = sortedSnapshotFileNames[i].substring(sortedSnapshotFileNames[i].lastIndexOf('-') + 1, sortedSnapshotFileNames[i].indexOf('.ttl'))
and
const timestampx = x.substring(x.lastIndexOf('-')+1, x.indexOf('.ttl'))
and

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant